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

Method IsNull

be/src/exprs/is-null-predicate-ir.cc:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template<typename T>
26BooleanVal IsNullPredicate::IsNull(FunctionContext* ctx, const T& val) {
27 return val.is_null;
28}
29
30template<typename T>
31BooleanVal IsNullPredicate::IsNotNull(FunctionContext* ctx, const T& val) {

Callers 10

GetDateValInterpretedMethod · 0.45
InitMethod · 0.45
SetAnyValFunction · 0.45
SerializeOrFinalizeMethod · 0.45
ToStringValFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected