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

Method Equals

cpp/src/arrow/dataset/test_util_internal.h:1585–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583 std::string type_name() const override { return "dummy"; }
1584
1585 bool Equals(const FileFormat& other) const override {
1586 return type_name() == other.type_name() &&
1587 schema_->Equals(checked_cast<const DummyFileFormat&>(other).schema_);
1588 }
1589
1590 Result<bool> IsSupported(const FileSource& source) const override { return true; }
1591

Callers 2

TestFragmentEqualsMethod · 0.45
TestFragmentEqualsMethod · 0.45

Calls 2

type_nameFunction · 0.70
type_nameMethod · 0.45

Tested by

no test coverage detected