OmniSciDB
a5dc49c757
|
#include <RelAlgDag.h>
Public Member Functions | |
RexAbstractInput () | |
RexAbstractInput (const unsigned in_index) | |
virtual void | acceptChildren (Visitor &v) const override |
virtual void | accept (Visitor &v, std::string name) const override |
unsigned | getIndex () const |
void | setIndex (const unsigned in_index) const |
std::string | toString (RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override |
virtual size_t | toHash () const override |
Public Member Functions inherited from Rex | |
virtual | ~Rex () |
virtual size_t | getStepNumber () const |
Public Member Functions inherited from RelAlgDagNode | |
RelAlgDagNode () | |
virtual void | setStepNumber (size_t step) const |
std::optional< size_t > | getIdInPlanTree () const |
void | setIdInPlanTree (size_t id) const |
Private Attributes | |
unsigned | in_index_ |
Friends | |
struct | RelAlgDagSerializer |
std::size_t | hash_value (RexAbstractInput const &) |
Additional Inherited Members | |
Protected Attributes inherited from Rex | |
std::optional< size_t > | hash_ |
Protected Attributes inherited from RelAlgDagNode | |
size_t | step_ {0} |
std::optional< size_t > | id_in_plan_tree_ |
Definition at line 160 of file RelAlgDag.h.
|
inline |
Definition at line 163 of file RelAlgDag.h.
|
inline |
Definition at line 165 of file RelAlgDag.h.
|
inlineoverridevirtual |
Implements RelAlgDagNode.
Reimplemented in RexInput.
Definition at line 168 of file RelAlgDag.h.
References acceptChildren(), and RelAlgDagNode::Visitor::visit().
Referenced by TableFunctionsFactory_node.PrintNode::__str__().
|
inlineoverridevirtual |
Implements RelAlgDagNode.
Reimplemented in RexInput.
Definition at line 167 of file RelAlgDag.h.
Referenced by accept().
|
inline |
Definition at line 174 of file RelAlgDag.h.
References in_index_.
Referenced by RexInput::deepCopy(), find_hoistable_conditions(), hash_value(), RexInput::operator==(), RexInput::toString(), RelAlgTranslator::translateGeoColumn(), RelAlgTranslator::translateInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexProjectInputRedirector::visitInput(), anonymous_namespace{QueryPhysicalInputsCollector.cpp}::RexPhysicalInputsVisitor::visitInput(), anonymous_namespace{RelAlgDag.cpp}::RexRebindReindexInputsVisitor::visitInput(), anonymous_namespace{RelLeftDeepInnerJoin.cpp}::RebindRexInputsFromLeftDeepJoin::visitInput(), RexInputRenumber< bAllowMissing >::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputCollector::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputRenumberVisitor::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputSinker::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::SubConditionReplacer::visitInput(), anonymous_namespace{RelAlgExecutor.cpp}::RexUsedInputsVisitor::visitInput(), anonymous_namespace{RelAlgOptimizer.cpp}::RexInputRedirector::visitInput(), and JoinTargetRebaser::visitInput().
|
inline |
Definition at line 176 of file RelAlgDag.h.
References in_index_.
Referenced by anonymous_namespace{RelAlgDag.cpp}::RexRebindReindexInputsVisitor::visitInput(), and anonymous_namespace{RelLeftDeepInnerJoin.cpp}::RebindRexInputsFromLeftDeepJoin::visitInput().
|
inlineoverridevirtual |
Implements Rex.
Reimplemented in RexInput.
Definition at line 183 of file RelAlgDag.h.
References hash_value.
|
inlineoverridevirtual |
Implements RelAlgDagNode.
Reimplemented in RexInput.
Definition at line 178 of file RelAlgDag.h.
References cat(), in_index_, to_string(), and typeName().
|
friend |
|
friend |
Definition at line 190 of file RelAlgDag.h.
|
mutableprivate |
Definition at line 188 of file RelAlgDag.h.
Referenced by getIndex(), hash_value(), setIndex(), and toString().