MCPcopy 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
63void registerDataTypeNested(DataTypeFactory & factory)
64{
65 return factory.registerDataTypeCustom("Nested", create);
66}
67
68DataTypePtr createNested(const DataTypes & types, const Names & names)
69{

Callers 1

DataTypeFactoryMethod · 0.85

Calls 1

Tested by

no test coverage detected