MCPcopy Create free account
hub / github.com/apache/impala / Close

Method Close

be/src/exec/aggregator.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void AggregatorConfig::Close() {
79 ScalarExpr::Close(conjuncts_);
80 AggFn::Close(aggregate_functions_);
81}
82
83const char* Aggregator::LLVM_CLASS_NAME = "class.impala::Aggregator";
84

Callers

nothing calls this directly

Calls 3

AppendExecOptionMethod · 0.80
getMethod · 0.65
FreeAllMethod · 0.45

Tested by

no test coverage detected