MCPcopy Create free account
hub / github.com/apache/arrow / ToStringExtra

Method ToStringExtra

cpp/src/arrow/acero/scalar_aggregate_node.cc:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270std::string ScalarAggregateNode::ToStringExtra(int indent) const {
271 std::stringstream ss;
272 const auto input_schema = inputs_[0]->output_schema();
273 AggregatesToString(&ss, *input_schema, aggs_, target_fieldsets_);
274 return ss.str();
275}
276
277Status ScalarAggregateNode::ResetKernelStates() {
278 auto exec_ctx = plan()->query_context()->exec_context();

Callers

nothing calls this directly

Calls 2

AggregatesToStringFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected