MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getSchemaFormatString

Method getSchemaFormatString

src/DataTypes/DataTypeObject.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190String DataTypeObject::getSchemaFormatString() const
191{
192 return String{magic_enum::enum_name(schema_format)};
193}
194
195String DataTypeObject::doGetName() const
196{

Callers 1

createObjectWrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected