MCPcopy Create free account
hub / github.com/bytedance/bolt / isPartialOutput

Function isPartialOutput

bolt/exec/Aggregate.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool isPartialOutput(core::AggregationNode::Step step) {
46 return step == core::AggregationNode::Step::kPartial ||
47 step == core::AggregationNode::Step::kIntermediate;
48}
49
50AggregateFunctionMap& aggregateFunctions() {
51 static AggregateFunctionMap functions;

Callers 15

HashAggregationMethod · 0.85
createOutputMethod · 0.85
toAggregateInfoFunction · 0.85
TEST_FFunction · 0.85
registerAggregateFuncFunction · 0.85
TEST_FFunction · 0.85
resolveAggregateTypeFunction · 0.85
findPartialAggregationFunction · 0.85
PlanBuilder.cppFile · 0.85

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.68
registerAggregateFuncFunction · 0.68
TEST_FFunction · 0.68
resolveAggregateTypeFunction · 0.68
findPartialAggregationFunction · 0.68