pingcap/tidb

Support not null ScalarFunction.

Open

#9 965 ouverte le 31 mars 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (6 186 forks)batch import
help wanted

Métriques du dépôt

Stars
 (40 090 stars)
Métriques de merge PR
 (Merge moyen 14j 4h) (346 PRs mergées en 30 j)

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.

Guide contributeur