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

Method GetLoweredValue

be/src/codegen/codegen-anyval.h:151–151  ·  view source on GitHub ↗

Returns the current type-lowered value.

Source from the content-addressed store, hash-verified

149
150 /// Returns the current type-lowered value.
151 llvm::Value* GetLoweredValue() const { return value_; }
152
153 /// Gets the 'is_null' field of the *Val.
154 llvm::Value* GetIsNull(const char* name = "is_null") const;

Calls

no outgoing calls

Tested by

no test coverage detected