|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <sstream>#include <llvm/ExecutionEngine/ExecutionEngine.h>#include <llvm/PassManager.h>#include <llvm/Transforms/Scalar.h>#include <llvm/Transforms/Utils/BasicBlockUtils.h>#include <llvm/Transforms/Utils/UnrollLoop.h>#include <llvm/Support/InstIterator.h>#include <thrift/protocol/TDebugProtocol.h>#include "codegen/codegen-anyval.h"#include "codegen/llvm-codegen.h"#include "common/object-pool.h"#include "common/status.h"#include "exprs/anyval-util.h"#include "exprs/expr.h"#include "exprs/expr-context.h"#include "exprs/aggregate-functions.h"#include "exprs/case-expr.h"#include "exprs/cast-functions.h"#include "exprs/compound-predicates.h"#include "exprs/conditional-functions.h"#include "exprs/decimal-functions.h"#include "exprs/decimal-operators.h"#include "exprs/hive-udf-call.h"#include "exprs/in-predicate.h"#include "exprs/is-null-predicate.h"#include "exprs/like-predicate.h"#include "exprs/literal.h"#include "exprs/math-functions.h"#include "exprs/null-literal.h"#include "exprs/operators.h"#include "exprs/scalar-fn-call.h"#include "exprs/slot-ref.h"#include "exprs/string-functions.h"#include "exprs/timestamp-functions.h"#include "exprs/tuple-is-null-predicate.h"#include "exprs/udf-builtins.h"#include "exprs/utility-functions.h"#include "gen-cpp/Exprs_types.h"#include "gen-cpp/Data_types.h"#include "runtime/lib-cache.h"#include "runtime/runtime-state.h"#include "runtime/raw-value.h"#include "udf/udf.h"#include "udf/udf-internal.h"#include "gen-cpp/ImpalaService_types.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| struct | MemLayoutData |
Functions | |
| template<class T > | |
| bool | ParseString (const string &str, T *val) |