Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerDataTypeDate
Function
registerDataTypeDate
src/DataTypes/DataTypeDate.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void registerDataTypeDate(DataTypeFactory & factory)
26
{
27
factory.registerSimpleDataType(
"Date"
, [] { return DataTypePtr(std::make_shared<DataTypeDate>()); }, DataTypeFactory::CaseInsensitive);
28
}
29
30
}
Callers
1
DataTypeFactory
Method · 0.85
Calls
1
registerSimpleDataType
Method · 0.80
Tested by
no test coverage detected