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

Function USDefaults

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

Source from the content-addressed store, hash-verified

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,
539 /*first_week_is_fully_in_year=*/false};
540 }
541
542 /// What day does the week start with (Monday=true, Sunday=false)
543 bool week_starts_monday;

Callers 2

make_compute_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected