Class RexInput

class RexInput : public RexAbstractInput

Public Functions

RexInput(const RelAlgNode *node, const unsigned in_index)
const RelAlgNode *getSourceNode() const
void setSourceNode(const RelAlgNode *node) const
bool operator==(const RexInput &that) const
std::string toString() const
size_t toHash() const
std::unique_ptr<RexInput> deepCopy() const

Private Members

const RelAlgNode *node_