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

Method GetVal

be/src/exprs/in-predicate.h:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425template <typename T, typename SetType>
426inline SetType InPredicate::GetVal(const FunctionContext::TypeDesc* type, const T& x) {
427 DCHECK(!x.is_null);
428 return x.val;
429}
430
431template <>
432inline StringValue InPredicate::GetVal(

Callers 7

CodegenComputeFnMethod · 0.45
CodegenUpdateSlotMethod · 0.45
CodegenEvalConjunctsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected