mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
feat(Function): isNullable
Signed-off-by: lokax <m632656684@gmail.com>
This commit is contained in:
parent
83613753e2
commit
e6bd0105b1
@ -8,6 +8,7 @@ namespace DB
|
||||
namespace
|
||||
{
|
||||
|
||||
/// Return true if the column is nullable.
|
||||
class FunctionIsNullable : public IFunction
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user