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

Method IncludesLeaf

cpp/src/parquet/arrow/reader_internal.h:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 ArrowReaderProperties* reader_properties;
121
122 bool IncludesLeaf(int leaf_index) const {
123 if (this->filter_leaves) {
124 return this->included_leaves->find(leaf_index) != this->included_leaves->end();
125 }
126 return true;
127 }
128};
129
130Status TransferColumnData(::parquet::internal::RecordReader* reader,

Callers 1

GetReaderFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected