MCPcopy Create free account
hub / github.com/apache/orc / getSelectedColumns

Method getSelectedColumns

c++/src/Reader.cc:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 }
395
396 const std::vector<bool> RowReaderImpl::getSelectedColumns() const {
397 return selectedColumns_;
398 }
399
400 const Type& RowReaderImpl::getSelectedType() const {
401 if (selectedSchema_.get() == nullptr) {

Callers 6

TESTFunction · 0.45
verifySelectionFunction · 0.45
StructColumnReaderMethod · 0.45
ListColumnReaderMethod · 0.45
MapColumnReaderMethod · 0.45
UnionColumnReaderMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
verifySelectionFunction · 0.36