MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / canContainNull

Function canContainNull

src/DataTypes/DataTypeNullable.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289bool canContainNull(const IDataType & type)
290{
291 return type.isNullable() || type.isLowCardinalityNullable() || isDynamic(type) || isVariant(type);
292}
293
294}

Callers 2

createMethod · 0.70

Calls 2

isNullableMethod · 0.45

Tested by

no test coverage detected