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

Method RoundTemporalOptions

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

Source from the content-addressed store, hash-verified

564constexpr char RoundBinaryOptions::kTypeName[];
565
566RoundTemporalOptions::RoundTemporalOptions(int multiple, CalendarUnit unit,
567 bool week_starts_monday,
568 bool ceil_is_strictly_greater,
569 bool calendar_based_origin)
570 : FunctionOptions(internal::kRoundTemporalOptionsType),
571 multiple(std::move(multiple)),
572 unit(unit),
573 week_starts_monday(week_starts_monday),
574 ceil_is_strictly_greater(ceil_is_strictly_greater),
575 calendar_based_origin(calendar_based_origin) {}
576constexpr char RoundTemporalOptions::kTypeName[];
577
578RoundToMultipleOptions::RoundToMultipleOptions(double multiple, RoundMode round_mode)

Callers 2

_check_temporal_roundingFunction · 0.80

Calls

no outgoing calls

Tested by 2

_check_temporal_roundingFunction · 0.64