MCPcopy Create free account
hub / github.com/ByConity/ByConity / removeLowCardinality

Function removeLowCardinality

src/DataTypes/DataTypeLowCardinality.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230DataTypePtr removeLowCardinality(const DataTypePtr & type)
231{
232 if (const auto * low_cardinality_type = typeid_cast<const DataTypeLowCardinality *>(type.get()))
233 return low_cardinality_type->getDictionaryType();
234 return type;
235}
236
237}

Callers 15

writeMethod · 0.85
writeMethod · 0.85
tryDeserializeFieldMethod · 0.85
readColumnFromORCColumnFunction · 0.85
RawBLOBRowInputFormatMethod · 0.85
isBoolCompatibleTypeFunction · 0.85
visitASTIdentifierMethod · 0.85
checkOutputTypesMethod · 0.85
buildFromMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected