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