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

Method getColumnsRequiredForSortingKey

src/Storages/StorageInMemoryMetadata.cpp:601–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601Names StorageInMemoryMetadata::getColumnsRequiredForSortingKey() const
602{
603 if (hasSortingKey())
604 return sorting_key.expression->getRequiredColumns();
605 return {};
606}
607
608Names StorageInMemoryMetadata::getSortingKeyColumns() const
609{

Callers 6

fillDataMethod · 0.80
generateMethod · 0.80
initializePipelineMethod · 0.80
checkTTLExpressionsMethod · 0.80
executeMethod · 0.80
getKeyColumnsFunction · 0.80

Calls 1

getRequiredColumnsMethod · 0.45

Tested by

no test coverage detected