| 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; |
no outgoing calls
no test coverage detected