OmniSciDB
c1a53651b2
|
#include <RelAlgDag.h>
Public Member Functions | |
RexInput () | |
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 (RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override |
size_t | toHash () const override |
std::unique_ptr< RexInput > | deepCopy () const |
![]() | |
RexAbstractInput () | |
RexAbstractInput (const unsigned in_index) | |
unsigned | getIndex () const |
void | setIndex (const unsigned in_index) const |
![]() | |
virtual | ~Rex () |
Private Attributes | |
const RelAlgNode * | node_ |
Friends | |
struct | RelAlgDagSerializer |
Additional Inherited Members | |
![]() | |
std::optional< size_t > | hash_ |
Definition at line 381 of file RelAlgDag.h.
|
inline |
Definition at line 384 of file RelAlgDag.h.
Referenced by toHash().
|
inline |
Definition at line 386 of file RelAlgDag.h.
|
inline |
Definition at line 405 of file RelAlgDag.h.
References RexAbstractInput::getIndex(), and node_.
Referenced by anonymous_namespace{RelAlgOptimizer.cpp}::RexProjectInputRedirector::visitInput(), RexDeepCopyVisitor::visitInput(), RexInputRenumber< bAllowMissing >::visitInput(), and anonymous_namespace{RelAlgOptimizer.cpp}::RexInputRenumberVisitor::visitInput().
|
inline |
Definition at line 389 of file RelAlgDag.h.
References node_.
Referenced by operator==(), RelAlgTranslator::translateGeoColumn(), RelAlgTranslator::translateInput(), RelRexDagVisitor::visit(), anonymous_namespace{RelAlgOptimizer.cpp}::RexProjectInputRedirector::visitInput(), anonymous_namespace{QueryPhysicalInputsCollector.cpp}::RexPhysicalInputsVisitor::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexRebindInputsVisitor::visitInput(), anonymous_namespace{RelAlgDag.cpp}::RexRebindInputsVisitor::visitInput(), RexInputRenumber< bAllowMissing >::visitInput(), anonymous_namespace{RelLeftDeepInnerJoin.cpp}::RebindRexInputsFromLeftDeepJoin::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputCollector::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputRenumberVisitor::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputSinker::visitInput(), anonymous_namespace{RelAlgExecutor.cpp}::RexUsedInputsVisitor::visitInput(), and anonymous_namespace{RelAlgOptimizer.cpp}::RexInputRedirector::visitInput().
|
inline |
Definition at line 396 of file RelAlgDag.h.
References RexAbstractInput::getIndex(), and getSourceNode().
|
inline |
Definition at line 394 of file RelAlgDag.h.
References node_.
Referenced by RelLogicalUnion::copyAndRedirectSource(), anonymous_namespace{RelAlgOptimizer.cpp}::RexRebindInputsVisitor::visitInput(), anonymous_namespace{RelAlgDag.cpp}::RexRebindInputsVisitor::visitInput(), and anonymous_namespace{RelLeftDeepInnerJoin.cpp}::RebindRexInputsFromLeftDeepJoin::visitInput().
|
overridevirtual |
Reimplemented from RexAbstractInput.
Definition at line 3392 of file RelAlgDag.cpp.
References RexAbstractInput::getIndex(), Rex::hash_, node_, RexInput(), and RelAlgNode::toHash().
Referenced by std::hash< RexInput >::operator()(), and anonymous_namespace{RelAlgDag.cpp}::PushDownGenericExpressionInWindowFunction::visitInput().
|
overridevirtual |
Reimplemented from RexAbstractInput.
Definition at line 3377 of file RelAlgDag.cpp.
References cat(), RelScan::getFieldName(), RelAlgNode::getId(), RelAlgNode::getIdInPlanTree(), RexAbstractInput::getIndex(), node_, RelRexToStringConfig::skip_input_nodes, to_string(), RelAlgNode::toString(), and typeName().
|
friend |
Definition at line 412 of file RelAlgDag.h.
|
mutableprivate |
Definition at line 410 of file RelAlgDag.h.
Referenced by deepCopy(), getSourceNode(), setSourceNode(), toHash(), and toString().