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

Method cur_expr_values

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

Source from the content-addressed store, hash-verified

353 /// Returns the current row's expression buffer. The expression values in the buffer
354 /// are accessed using ExprValuePtr().
355 uint8_t* ALWAYS_INLINE cur_expr_values() const { return cur_expr_values_; }
356
357 /// Returns null indicator bytes for the current row, one per expression. Non-zero
358 /// bytes mean NULL, zero bytes mean non-NULL. Indexed by the expression index.

Callers 4

ExprValueMethod · 0.80
ALWAYS_INLINE EqualsMethod · 0.80
EvalAndHashBuildMethod · 0.80
EvalAndHashProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected