|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
This is the complete list of members for impala::SlotRef, including all inherited members.
| AddChild(Expr *expr) | impala::Expr | inline |
| cache_entry_ | impala::Expr | protected |
| children() const | impala::Expr | inline |
| children_ | impala::Expr | protected |
| Clone(const std::vector< ExprContext * > &ctxs, RuntimeState *state, std::vector< ExprContext * > *new_ctxs) | impala::Expr | static |
| Close(const std::vector< ExprContext * > &ctxs, RuntimeState *state) | impala::Expr | static |
| Close(RuntimeState *state, ExprContext *context, FunctionContext::FunctionStateScope scope=FunctionContext::FRAGMENT_LOCAL) | impala::Expr | protectedvirtual |
| ComputeResultsLayout(const std::vector< Expr * > &exprs, std::vector< int > *offsets, int *var_result_begin) | impala::Expr | static |
| ComputeResultsLayout(const std::vector< ExprContext * > &ctxs, std::vector< int > *offsets, int *var_result_begin) | impala::Expr | static |
| constant_val_ | impala::Expr | protected |
| context_index_ | impala::Expr | protected |
| CreateExprTree(ObjectPool *pool, const TExpr &texpr, ExprContext **ctx) | impala::Expr | static |
| CreateExprTrees(ObjectPool *pool, const std::vector< TExpr > &texprs, std::vector< ExprContext * > *ctxs) | impala::Expr | static |
| CreateIrFunctionPrototype(LlvmCodeGen *codegen, const std::string &name, llvm::Value *(*args)[2]) | impala::Expr | protected |
| CreateLiteral(ObjectPool *pool, const ColumnType &type, void *data) | impala::Expr | static |
| CreateLiteral(ObjectPool *pool, const ColumnType &type, const std::string &) | impala::Expr | static |
| DebugString() const | impala::SlotRef | virtual |
| impala::Expr::DebugString(const std::vector< Expr * > &exprs) | impala::Expr | static |
| impala::Expr::DebugString(const std::vector< ExprContext * > &ctxs) | impala::Expr | static |
| impala::Expr::DebugString(const std::string &expr_name) const | impala::Expr | inlineprotected |
| Expr(const ColumnType &type, bool is_slotref=false) | impala::Expr | protected |
| Expr(const TExprNode &node, bool is_slotref=false) | impala::Expr | protected |
| fn_ | impala::Expr | protected |
| GetBigIntVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetBooleanVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetChild(int i) const | impala::Expr | inline |
| GetCodegendComputeFn(RuntimeState *state, llvm::Function **fn) | impala::SlotRef | virtual |
| GetCodegendComputeFnWrapper(RuntimeState *state, llvm::Function **fn) | impala::Expr | protected |
| GetConstVal(ExprContext *context) | impala::Expr | virtual |
| GetDecimalVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetDoubleVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetFloatVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetIntVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetNumChildren() const | impala::Expr | inline |
| GetSlotIds(std::vector< SlotId > *slot_ids) const | impala::SlotRef | virtual |
| GetSmallIntVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetStaticGetValWrapper(ColumnType type, LlvmCodeGen *codegen) | impala::Expr | protected |
| GetStringVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetTimestampVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| GetTinyIntVal(ExprContext *context, TupleRow *) | impala::SlotRef | virtual |
| InitBuiltinsDummy() | impala::Expr | static |
| ir_compute_fn_ | impala::Expr | protected |
| is_slotref() const | impala::Expr | inline |
| is_slotref_ | impala::Expr | protected |
| IsConstant() const | impala::SlotRef | inlinevirtual |
| LLVM_CLASS_NAME | impala::Expr | static |
| null_indicator_offset_ | impala::SlotRef | protected |
| Open(const std::vector< ExprContext * > &ctxs, RuntimeState *state) | impala::Expr | static |
| Open(RuntimeState *state, ExprContext *context, FunctionContext::FunctionStateScope scope=FunctionContext::FRAGMENT_LOCAL) | impala::Expr | protectedvirtual |
| output_scale() const | impala::Expr | inline |
| output_scale_ | impala::Expr | protected |
| Prepare(RuntimeState *state, const RowDescriptor &row_desc, ExprContext *context) | impala::SlotRef | virtual |
| impala::Expr::Prepare(const std::vector< ExprContext * > &ctxs, RuntimeState *state, const RowDescriptor &row_desc, MemTracker *tracker) | impala::Expr | static |
| RegisterFunctionContext(ExprContext *ctx, RuntimeState *state, int varargs_buffer_size=0) | impala::Expr | protected |
| slot_id() const | impala::SlotRef | inline |
| slot_id_ | impala::SlotRef | protected |
| slot_offset_ | impala::SlotRef | protected |
| SlotRef(const TExprNode &node) | impala::SlotRef | |
| SlotRef(const SlotDescriptor *desc) | impala::SlotRef | |
| SlotRef(const SlotDescriptor *desc, const ColumnType &type) | impala::SlotRef | |
| SlotRef(const ColumnType &type, int offset) | impala::SlotRef | |
| tuple_idx_ | impala::SlotRef | protected |
| tuple_is_nullable_ | impala::SlotRef | protected |
| type() const | impala::Expr | inline |
| type_ | impala::Expr | protected |
| ~Expr() | impala::Expr | virtual |