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

Method DayOfWeekOptions

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

Source from the content-addressed store, hash-verified

430constexpr char AssumeTimezoneOptions::kTypeName[];
431
432DayOfWeekOptions::DayOfWeekOptions(bool count_from_zero, uint32_t week_start)
433 : FunctionOptions(internal::kDayOfWeekOptionsType),
434 count_from_zero(count_from_zero),
435 week_start(week_start) {}
436constexpr char DayOfWeekOptions::kTypeName[];
437
438ElementWiseAggregateOptions::ElementWiseAggregateOptions(bool skip_nulls)

Callers 2

Calls

no outgoing calls

Tested by 2