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

Method WeekOptions

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

Source from the content-addressed store, hash-verified

683constexpr char Utf8NormalizeOptions::kTypeName[];
684
685WeekOptions::WeekOptions(bool week_starts_monday, bool count_from_zero,
686 bool first_week_is_fully_in_year)
687 : FunctionOptions(internal::kWeekOptionsType),
688 week_starts_monday(week_starts_monday),
689 count_from_zero(count_from_zero),
690 first_week_is_fully_in_year(first_week_is_fully_in_year) {}
691constexpr char WeekOptions::kTypeName[];
692
693RandomOptions::RandomOptions(Initializer initializer, uint64_t seed)

Callers 2

Calls

no outgoing calls

Tested by 2