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

Method Equals

cpp/examples/arrow/filesystem_definition_example.cc:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 std::string type_name() const override { return "example"; }
63
64 bool Equals(const FileSystem& other) const override {
65 return type_name() == other.type_name();
66 }
67
68 /// \cond FALSE
69 using FileSystem::CreateDir;

Callers 1

ColumnarTableToVectorFunction · 0.45

Calls 2

type_nameFunction · 0.50
type_nameMethod · 0.45

Tested by

no test coverage detected