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

Method NumScalarExprNeedsCodegen

be/src/runtime/fragment-state.h:123–123  ·  view source on GitHub ↗

Returns the number of scalar expressions to be codegen'd.

Source from the content-addressed store, hash-verified

121
122 /// Returns the number of scalar expressions to be codegen'd.
123 int64_t NumScalarExprNeedsCodegen() const { return scalar_exprs_to_codegen_.size(); }
124
125 /// Check if codegen was disabled and if so, add a message to the runtime profile.
126 /// Call this only after expressions have been created.

Callers 1

InitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected