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

Method getSortingKeyColumns

src/Storages/StorageInMemoryMetadata.cpp:608–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608Names StorageInMemoryMetadata::getSortingKeyColumns() const
609{
610 if (hasSortingKey())
611 return sorting_key.column_names;
612 return {};
613}
614
615const KeyDescription & StorageInMemoryMetadata::getSamplingKey() const
616{

Callers 11

getInputOrderMethod · 0.80
writeTempPartMethod · 0.80
getKeyColumnsMethod · 0.80
canReadInPartitionOrderFunction · 0.80
checkPropertiesMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected