Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
in-predicate-ir.cc File Reference
#include <sstream>
#include "exprs/in-predicate.h"
#include "exprs/anyval-util.h"
#include "runtime/string-value.inline.h"
#include "common/names.h"
Include dependency graph for in-predicate-ir.cc:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define IN_FUNCTIONS (   AnyValType,
  SetType,
  type_name 
)

Definition at line 130 of file in-predicate-ir.cc.