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

Method Equals

cpp/src/arrow/dataset/file_test.cc:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 protected:
122 std::string type_name() const override { return "mock"; }
123 bool Equals(const FileFormat& other) const override { return false; }
124 Result<bool> IsSupported(const FileSource& source) const override { return true; }
125 Result<std::shared_ptr<Schema>> Inspect(const FileSource& source) const override {
126 return Status::NotImplemented("Not needed for test");

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected