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

Function ISODefaults

cpp/src/arrow/compute/api_scalar.h:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529 static constexpr const char kTypeName[] = "WeekOptions";
530 static WeekOptions Defaults() { return WeekOptions{}; }
531 static WeekOptions ISODefaults() {
532 return WeekOptions{/*week_starts_monday*/ true,
533 /*count_from_zero=*/false,
534 /*first_week_is_fully_in_year=*/false};
535 }
536 static WeekOptions USDefaults() {
537 return WeekOptions{/*week_starts_monday*/ false,
538 /*count_from_zero=*/false,

Callers 2

make_compute_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected