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

Method hasPartitions

src/Processors/QueryPlan/SortingStep.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 const SortDescription & getSortDescription() const override { return result_description; }
102
103 bool hasPartitions() const { return !partition_by_description.empty(); }
104
105 bool isSortingForMergeJoin() const { return is_sorting_for_merge_join; }
106

Callers 2

optimizeReadInOrderFunction · 0.80
applyOrderFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected