pingcap/tidb

Support not null ScalarFunction.

Open

#9,965 创建于 2019年3月31日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (40,090 star) (6,186 fork)batch import
help wanted

描述

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.

贡献者指南

Support not null ScalarFunction. · pingcap/tidb#9965 | Good First Issue