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

Method AssumeTimezoneOptions

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

Source from the content-addressed store, hash-verified

421constexpr char ArithmeticOptions::kTypeName[];
422
423AssumeTimezoneOptions::AssumeTimezoneOptions(std::string timezone, Ambiguous ambiguous,
424 Nonexistent nonexistent)
425 : FunctionOptions(internal::kAssumeTimezoneOptionsType),
426 timezone(std::move(timezone)),
427 ambiguous(ambiguous),
428 nonexistent(nonexistent) {}
429AssumeTimezoneOptions::AssumeTimezoneOptions() : AssumeTimezoneOptions("UTC") {}
430constexpr char AssumeTimezoneOptions::kTypeName[];
431

Callers 2

test_assume_timezoneFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_assume_timezoneFunction · 0.64