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

Function RegisterAggregateOptions

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

Source from the content-addressed store, hash-verified

210
211namespace internal {
212void RegisterAggregateOptions(FunctionRegistry* registry) {
213 DCHECK_OK(registry->AddFunctionOptionsType(kScalarAggregateOptionsType));
214 DCHECK_OK(registry->AddFunctionOptionsType(kCountOptionsType));
215 DCHECK_OK(registry->AddFunctionOptionsType(kModeOptionsType));
216 DCHECK_OK(registry->AddFunctionOptionsType(kVarianceOptionsType));
217 DCHECK_OK(registry->AddFunctionOptionsType(kSkewOptionsType));
218 DCHECK_OK(registry->AddFunctionOptionsType(kQuantileOptionsType));
219 DCHECK_OK(registry->AddFunctionOptionsType(kTDigestOptionsType));
220 DCHECK_OK(registry->AddFunctionOptionsType(kPivotOptionsType));
221 DCHECK_OK(registry->AddFunctionOptionsType(kIndexOptionsType));
222}
223} // namespace internal
224
225// ----------------------------------------------------------------------

Callers 1

CreateBuiltInRegistryFunction · 0.85

Calls 1

Tested by

no test coverage detected