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

Method ExprValue

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

Source from the content-addressed store, hash-verified

194 /// TODO: this is an awkward abstraction but aggregation node can take advantage of
195 /// it and save some expr evaluation calls.
196 void* ALWAYS_INLINE ExprValue(int expr_idx) const {
197 return expr_values_cache_.ExprValuePtr(
198 expr_values_cache_.cur_expr_values(), expr_idx);
199 }
200
201 /// Returns if the expression at 'expr_idx' is evaluated to NULL for the current row.
202 bool ALWAYS_INLINE ExprValueNull(int expr_idx) const {

Callers 2

Calls 2

ExprValuePtrMethod · 0.80
cur_expr_valuesMethod · 0.80

Tested by

no test coverage detected