Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
verifySelection
Function · 0.45
StructColumnReader
Method · 0.45
ListColumnReader
Method · 0.45
MapColumnReader
Method · 0.45
UnionColumnReader
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
verifySelection
Function · 0.36