Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ createColumn
Method
createColumn
src/DataTypes/DataTypeArray.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
MutableColumnPtr DataTypeArray::createColumn() const
39
{
40
return ColumnArray::create(nested->createColumn(), ColumnArray::ColumnOffsets::create());
41
}
42
43
Field DataTypeArray::getDefault() const
44
{
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected