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

Function Equals

cpp/src/arrow/dataset/file_orc.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 std::string type_name() const override { return kOrcTypeName; }
46
47 bool Equals(const FileFormat& other) const override {
48 return type_name() == other.type_name();
49 }
50
51 Result<bool> IsSupported(const FileSource& source) const override;
52

Callers 4

EqualsMethod · 0.70
MakeWriterMethod · 0.70
MakeWriterMethod · 0.70
MakeWriterMethod · 0.70

Calls 2

type_nameFunction · 0.70
type_nameMethod · 0.45

Tested by

no test coverage detected