Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerDataTypeNested
Function
registerDataTypeNested
src/DataTypes/DataTypeNested.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void registerDataTypeNested(DataTypeFactory & factory)
64
{
65
return factory.registerDataTypeCustom(
"Nested"
, create);
66
}
67
68
DataTypePtr createNested(const DataTypes & types, const Names & names)
69
{
Callers
1
DataTypeFactory
Method · 0.85
Calls
1
registerDataTypeCustom
Method · 0.80
Tested by
no test coverage detected