Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <sstream>
#include "exprs/in-predicate.h"
#include "exprs/anyval-util.h"
#include "runtime/string-value.inline.h"
#include "common/names.h"
Go to the source code of this file.
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Macros | |
#define | IN_FUNCTIONS(AnyValType, SetType, type_name) |
Functions | |
template<typename T , typename SetType > | |
SetType | impala::GetVal (const FunctionContext::TypeDesc *type, const T &x) |
template<> | |
StringValue | impala::GetVal (const FunctionContext::TypeDesc *type, const StringVal &x) |
template<> | |
TimestampValue | impala::GetVal (const FunctionContext::TypeDesc *type, const TimestampVal &x) |
template<> | |
Decimal16Value | impala::GetVal (const FunctionContext::TypeDesc *type, const DecimalVal &x) |
#define IN_FUNCTIONS | ( | AnyValType, | |
SetType, | |||
type_name | |||
) |
Definition at line 130 of file in-predicate-ir.cc.