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

Method scratch_row

be/src/exec/hash-table.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 uint32_t ALWAYS_INLINE seed(int level) { return seeds_.at(level); }
189
190 TupleRow* ALWAYS_INLINE scratch_row() const { return scratch_row_; }
191
192 /// Returns the results of the expression at 'expr_idx' evaluated at the current row.
193 /// This value is invalid if the expr evaluated to NULL.

Callers 4

FindProbeRowMethod · 0.80
FindBuildRowBucketMethod · 0.80
BeginMethod · 0.80
FirstUnmatchedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected