MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

cpp/src/arrow/util/value_parsing.cc:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 ISO8601Parser() {}
117
118 bool operator()(const char* s, size_t length, TimeUnit::type out_unit, int64_t* out,
119 bool* out_zone_offset_present = NULLPTR) const override {
120 return ParseTimestampISO8601(s, length, out_unit, out, out_zone_offset_present);
121 }
122
123 const char* kind() const override { return "iso8601"; }
124};

Callers

nothing calls this directly

Calls 1

ParseTimestampISO8601Function · 0.85

Tested by

no test coverage detected