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

Method cur_expr_values_null

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

Source from the content-addressed store, hash-verified

359 /// These are uint8_t instead of bool to simplify codegen with IRBuilder.
360 /// TODO: is there actually a valid reason why this is necessary for codegen?
361 uint8_t* ALWAYS_INLINE cur_expr_values_null() const { return cur_expr_values_null_; }
362
363 /// Returns the offset into the results buffer of the expression value at 'expr_idx'.
364 int ALWAYS_INLINE expr_values_offsets(int expr_idx) const {

Callers 4

ExprValueNullMethod · 0.80
ALWAYS_INLINE EqualsMethod · 0.80
EvalAndHashBuildMethod · 0.80
EvalAndHashProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected