OmniSciDB
a5dc49c757
|
This is the complete list of members for RexOperator, including all inherited members.
accept(Visitor &v, std::string name) const override | RexOperator | inlinevirtual |
acceptChildren(Visitor &v) const override | RexOperator | inlinevirtual |
getDisambiguated(std::vector< std::unique_ptr< const RexScalar >> &operands) const | RexOperator | inlinevirtual |
getIdInPlanTree() const | RelAlgDagNode | inline |
getOperand(const size_t idx) const | RexOperator | inline |
getOperandAndRelease(const size_t idx) const | RexOperator | inline |
getOperator() const | RexOperator | inline |
getStepNumber() const | Rex | inlinevirtual |
getType() const | RexOperator | inline |
hash_ | Rex | mutableprotected |
hash_value(RexOperator const &) | RexOperator | friend |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
op_ | RexOperator | protected |
operands_ | RexOperator | mutableprotected |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgDagSerializer | RexOperator | friend |
RexOperator() | RexOperator | inline |
RexOperator(const SQLOps op, std::vector< std::unique_ptr< const RexScalar >> &operands, const SQLTypeInfo &type) | RexOperator | inline |
setIdInPlanTree(size_t id) const | RelAlgDagNode | inline |
setStepNumber(size_t step) const | RelAlgDagNode | inlinevirtual |
size() const | RexOperator | inline |
step_ | RelAlgDagNode | mutableprotected |
toHash() const override | RexOperator | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RexOperator | inlinevirtual |
type_ | RexOperator | protected |
~Rex() | Rex | inlinevirtual |