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

Method is_constant

be/src/exprs/scalar-expr.h:175–175  ·  view source on GitHub ↗

Returns true if this expr should be treated as a constant expression.

Source from the content-addressed store, hash-verified

173
174 /// Returns true if this expr should be treated as a constant expression.
175 bool is_constant() const { return is_constant_; }
176
177 /// Returns the number of SlotRef nodes in the expr tree. If 'slot_ids' is non-null,
178 /// add the slot ids to it. Overridden by SlotRef.

Callers 4

GetConstValueMethod · 0.45
InitMethod · 0.45
PrepareMethod · 0.45
BuildPartitionDescMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected