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

Method addSingleGroupRawInput

bolt/exec/AggregateCompanionAdapter.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void AggregateCompanionFunctionBase::addSingleGroupRawInput(
124 char* group,
125 const SelectivityVector& rows,
126 const std::vector<VectorPtr>& args,
127 bool mayPushdown) {
128 fn_->addSingleGroupRawInput(group, rows, args, mayPushdown);
129}
130
131void AggregateCompanionFunctionBase::addIntermediateResults(
132 char** groups,

Callers 5

computeAggregateMethod · 0.45
extractValuesMethod · 0.45
extractValuesMethod · 0.45

Tested by

no test coverage detected