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

Method getNamesSet

c++/src/Options.hh:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 bool RowReaderOptions::getNamesSet() const {
259 return privateBits_->selection == ColumnSelection_NAMES;
260 }
261
262 const std::list<std::string>& RowReaderOptions::getIncludeNames() const {
263 return privateBits_->includedColumnNames;

Callers 2

processFileFunction · 0.80
updateSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected