| 159 | HdfsOrcScanner* scanner_; |
| 160 | |
| 161 | inline static bool IsNull(orc::ColumnVectorBatch* orc_batch, int row_idx) { |
| 162 | return orc_batch->hasNulls && !orc_batch->notNull[row_idx]; |
| 163 | } |
| 164 | |
| 165 | /// Set the reader's slot in the given 'tuple' to NULL |
| 166 | virtual void SetNullSlot(Tuple* tuple) { |
no outgoing calls
no test coverage detected