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

Method path

cpp/src/parquet/schema.cc:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109// Base node
110
111const std::shared_ptr<ColumnPath> Node::path() const {
112 // TODO(itaiin): Cache the result, or more precisely, cache ->ToDotString()
113 // since it is being used to access the leaf nodes
114 return ColumnPath::FromNode(*this);
115}
116
117bool Node::EqualsInternal(const Node* other) const {
118 return type_ == other->type_ && name_ == other->name_ &&

Callers 15

StartFileMethod · 0.45
BuildWriterMethod · 0.45
FinishMethod · 0.45
InitMethod · 0.45
BuildTreeMethod · 0.45
ColumnIndexMethod · 0.45
CreateBloomFilterMethod · 0.45
TEST_FFunction · 0.45
BuildDataPageV1Method · 0.45
BuildDataPageV2Method · 0.45

Calls

no outgoing calls

Tested by 9

BuildWriterMethod · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
RotateKeysMethod · 0.36
TEST_FFunction · 0.36
EncryptFileMethod · 0.36
WrapThenUnwrapMethod · 0.36