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

Method ElementWiseAggregateOptions

cpp/src/arrow/compute/api_scalar.cc:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436constexpr char DayOfWeekOptions::kTypeName[];
437
438ElementWiseAggregateOptions::ElementWiseAggregateOptions(bool skip_nulls)
439 : FunctionOptions(internal::kElementWiseAggregateOptionsType),
440 skip_nulls(skip_nulls) {}
441constexpr char ElementWiseAggregateOptions::kTypeName[];
442
443ExtractRegexOptions::ExtractRegexOptions(std::string pattern)

Callers 2

Calls

no outgoing calls

Tested by 2