| 76 | } |
| 77 | |
| 78 | void AggregatorConfig::Close() { |
| 79 | ScalarExpr::Close(conjuncts_); |
| 80 | AggFn::Close(aggregate_functions_); |
| 81 | } |
| 82 | |
| 83 | const char* Aggregator::LLVM_CLASS_NAME = "class.impala::Aggregator"; |
| 84 |
nothing calls this directly
no test coverage detected