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

Method ScalarAggregateOptions

cpp/src/arrow/compute/api_aggregate.cc:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133} // namespace internal
134
135ScalarAggregateOptions::ScalarAggregateOptions(bool skip_nulls, uint32_t min_count)
136 : FunctionOptions(internal::kScalarAggregateOptionsType),
137 skip_nulls(skip_nulls),
138 min_count(min_count) {}
139constexpr char ScalarAggregateOptions::kTypeName[];
140
141CountOptions::CountOptions(CountMode mode)

Callers 5

test_min_maxFunction · 0.80
test_anyFunction · 0.80
test_allFunction · 0.80
test_aggregate_scalarFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_min_maxFunction · 0.64
test_anyFunction · 0.64
test_allFunction · 0.64
test_aggregate_scalarFunction · 0.64