pingcap/tidb

Support not null ScalarFunction.

Open

#9.965 aberto em 31 de mar. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Go (6.186 forks)batch import
help wanted

Métricas do repositório

Stars
 (40.090 stars)
Métricas de merge de PR
 (Mesclagem média 14d 4h) (346 fundiu PRs em 30d)

Description

Feature Request

Describe the feature you'd like:

Currently, TiDB Don't have not null ScalarFunction, the implementation of not null is not (is null).

Separate implementation of not null must be better than the composed of two 2 ScalarFunction.

Next step: implement not null in TiKV coprocessor and push down.

Guia do colaborador