MCPcopy Create free account
hub / github.com/apache/impala / IsNull

Method IsNull

be/src/exec/orc/orc-column-readers.h:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 7

GetOutputTupleMethod · 0.45
AddResultTupleMethod · 0.45
ConvertArrayFromKuduMethod · 0.45
WriteSlotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected