| 121 | } |
| 122 | |
| 123 | void 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 | |
| 131 | void AggregateCompanionFunctionBase::addIntermediateResults( |
| 132 | char** groups, |
no test coverage detected