|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exprs/case-expr.h"#include "codegen/codegen-anyval.h"#include "codegen/llvm-codegen.h"#include "exprs/anyval-util.h"#include "exprs/expr-context.h"#include "exprs/conditional-functions.h"#include "runtime/runtime-state.h"#include "gen-cpp/Exprs_types.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| struct | impala::CaseExprState |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Macros | |
| #define | CASE_COMPUTE_FN(THEN_TYPE) |
| #define CASE_COMPUTE_FN | ( | THEN_TYPE | ) |
Definition at line 367 of file case-expr.cc.