OmniSciDB
c1a53651b2
|
This is the complete list of members for RexFunctionOperator, including all inherited members.
ConstRexScalarPtr typedef | RexFunctionOperator | |
ConstRexScalarPtrVector typedef | RexFunctionOperator | |
getDisambiguated(std::vector< std::unique_ptr< const RexScalar >> &operands) const override | RexFunctionOperator | inlinevirtual |
getName() const | RexFunctionOperator | inline |
getOperand(const size_t idx) const | RexOperator | inline |
getOperandAndRelease(const size_t idx) const | RexOperator | inline |
getOperator() const | RexOperator | inline |
getType() const | RexOperator | inline |
hash_ | Rex | mutableprotected |
name_ | RexFunctionOperator | private |
op_ | RexOperator | protected |
operands_ | RexOperator | mutableprotected |
RelAlgDagSerializer | RexFunctionOperator | friend |
RexFunctionOperator()=default | RexFunctionOperator | |
RexFunctionOperator(const std::string &name, ConstRexScalarPtrVector &operands, const SQLTypeInfo &ti) | RexFunctionOperator | inline |
RexOperator() | RexOperator | inline |
RexOperator(const SQLOps op, std::vector< std::unique_ptr< const RexScalar >> &operands, const SQLTypeInfo &type) | RexOperator | inline |
size() const | RexOperator | inline |
toHash() const override | RexFunctionOperator | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RexFunctionOperator | inlinevirtual |
type_ | RexOperator | protected |
~Rex() | Rex | inlinevirtual |