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

Function Aggregate

cpp/src/arrow/compute/api_aggregate.h:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 Aggregate() = default;
294
295 Aggregate(std::string function, std::shared_ptr<FunctionOptions> options,
296 std::vector<FieldRef> target, std::string name = "")
297 : function(std::move(function)),
298 options(std::move(options)),
299 target(std::move(target)),
300 name(std::move(name)) {}
301
302 Aggregate(std::string function, std::shared_ptr<FunctionOptions> options,
303 FieldRef target, std::string name = "")

Callers 2

TESTFunction · 0.85
api_aggregate.hFile · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68