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

Function Parse

cpp/src/arrow/dataset/partition.h:330–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 bool Equals(const Partitioning& other) const override { return false; }
329
330 Result<compute::Expression> Parse(const std::string& path) const override {
331 return parse_impl_(path);
332 }
333
334 Result<PartitionPathFormat> Format(const compute::Expression& expr) const override {
335 if (format_impl_) {

Callers 1

ConvertKeyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected