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

Method StrftimeOptions

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

Source from the content-addressed store, hash-verified

647constexpr char SplitPatternOptions::kTypeName[];
648
649StrftimeOptions::StrftimeOptions(std::string format, std::string locale)
650 : FunctionOptions(internal::kStrftimeOptionsType),
651 format(std::move(format)),
652 locale(std::move(locale)) {}
653StrftimeOptions::StrftimeOptions() : StrftimeOptions(kDefaultFormat) {}
654constexpr char StrftimeOptions::kTypeName[];
655constexpr const char* StrftimeOptions::kDefaultFormat;

Callers 2

test_strftimeFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_strftimeFunction · 0.64