|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exprs/hive-udf-call.h"#include <jni.h>#include <sstream>#include <string>#include "codegen/llvm-codegen.h"#include "exprs/anyval-util.h"#include "exprs/expr-context.h"#include "rpc/jni-thrift-util.h"#include "runtime/lib-cache.h"#include "runtime/runtime-state.h"#include "util/bit-util.h"#include "gen-cpp/Frontend_types.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| struct | impala::JniContext |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Variables | |
| const char * | EXECUTOR_CLASS = "com/cloudera/impala/hive/executor/UdfExecutor" |
| const char * | EXECUTOR_CTOR_SIGNATURE ="([B)V" |
| const char * | EXECUTOR_EVALUATE_SIGNATURE = "()V" |
| const char * | EXECUTOR_CLOSE_SIGNATURE = "()V" |
| const char* EXECUTOR_CLASS = "com/cloudera/impala/hive/executor/UdfExecutor" |
Definition at line 33 of file hive-udf-call.cc.
Referenced by impala::HiveUdfCall::Open().
| const char* EXECUTOR_CLOSE_SIGNATURE = "()V" |
Definition at line 36 of file hive-udf-call.cc.
Referenced by impala::HiveUdfCall::Open().
| const char* EXECUTOR_CTOR_SIGNATURE ="([B)V" |
Definition at line 34 of file hive-udf-call.cc.
Referenced by impala::HiveUdfCall::Open().
| const char* EXECUTOR_EVALUATE_SIGNATURE = "()V" |
Definition at line 35 of file hive-udf-call.cc.
Referenced by impala::HiveUdfCall::Open().