Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
bool canContainNull(const IDataType & type)
290
{
291
return type.isNullable() || type.isLowCardinalityNullable() || isDynamic(type) || isVariant(type);
292
}
293
294
}
Callers
2
hasTypeThatCanContainNulls
Function · 0.70
create
Method · 0.70
Calls
2
isNullable
Method · 0.45
isLowCardinalityNullable
Method · 0.45
Tested by
no test coverage detected