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

Function Defaults

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

Source from the content-addressed store, hash-verified

50 explicit ScalarAggregateOptions(bool skip_nulls = true, uint32_t min_count = 1);
51 static constexpr const char kTypeName[] = "ScalarAggregateOptions";
52 static ScalarAggregateOptions Defaults() { return ScalarAggregateOptions{}; }
53
54 /// If true (the default), null values are ignored. Otherwise, if any value is null,
55 /// emit null.

Callers 1

api_aggregate.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected