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

Function Strptime

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

Source from the content-addressed store, hash-verified

930}
931
932Result<Datum> Strptime(const Datum& arg, StrptimeOptions options, ExecContext* ctx) {
933 return CallFunction("strptime", {arg}, &options, ctx);
934}
935
936Result<Datum> Week(const Datum& arg, WeekOptions options, ExecContext* ctx) {
937 return CallFunction("week", {arg}, &options, ctx);

Callers 1

GetConverterFunction · 0.50

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected