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

Method getMinMaxColumnsNames

src/MergeTreeCommon/MergeTreeMetaBase.cpp:420–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420Names MergeTreeMetaBase::getMinMaxColumnsNames(const KeyDescription & partition_key)
421{
422 if (!partition_key.column_names.empty())
423 return partition_key.expression->getRequiredColumns();
424 return {};
425}
426
427DataTypes MergeTreeMetaBase::getMinMaxColumnsTypes(const KeyDescription & partition_key)
428{

Callers 12

writeWithProjectionsMethod · 0.80
ingestCompactPartMethod · 0.80
restoreMethod · 0.80
writeTempPartMethod · 0.80
loadMethod · 0.80
storeMethod · 0.80
checkConsistencyBaseMethod · 0.80
writeWithProjectionsMethod · 0.80
downloadPartToMemoryMethod · 0.80
dumpTempPartMethod · 0.80

Calls 2

emptyMethod · 0.45
getRequiredColumnsMethod · 0.45

Tested by

no test coverage detected