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

Method CountOptions

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

Source from the content-addressed store, hash-verified

139constexpr char ScalarAggregateOptions::kTypeName[];
140
141CountOptions::CountOptions(CountMode mode)
142 : FunctionOptions(internal::kCountOptionsType), mode(mode) {}
143constexpr char CountOptions::kTypeName[];
144
145ModeOptions::ModeOptions(int64_t n, bool skip_nulls, uint32_t min_count)

Callers 3

test_table_group_byFunction · 0.80
test_aggregate_hashFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_table_group_byFunction · 0.64
test_aggregate_hashFunction · 0.64