OmniSciDB
a5dc49c757
|
This is the complete list of members for RelJoin, including all inherited members.
accept(Visitor &v, std::string name) const override | RelJoin | inlinevirtual |
acceptChildren(Visitor &v) const override | RelJoin | inlinevirtual |
addHint(const ExplainedQueryHint &hint_explained) | RelJoin | inline |
addManagedInput(std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inline |
clearContextData() const | RelAlgNode | inline |
condition_ | RelJoin | mutableprivate |
deepCopy() const override | RelJoin | inlinevirtual |
getAndOwnInput(const size_t idx) const | RelAlgNode | inline |
getAndReleaseCondition() const | RelJoin | inline |
getCondition() const | RelJoin | inline |
getContextData() const | RelAlgNode | inline |
getDeliveredHints() | RelJoin | inline |
getHintInfo(QueryHint hint) const | RelJoin | inline |
getId() const | RelAlgNode | inline |
getIdInPlanTree() const | RelAlgDagNode | inline |
getInput(const size_t idx) const | RelAlgNode | inline |
getInputs() const | RelAlgNode | inline |
getJoinType() const | RelJoin | inline |
getOutputMetainfo() const | RelAlgNode | inline |
getQueryPlanDag() const | RelAlgNode | inline |
getQueryPlanDagHash() const | RelAlgNode | inline |
getRelNodeDagId() const | RelAlgNode | inline |
getStepNumber() const | RelAlgDagNode | inlinevirtual |
hasContextData() const | RelAlgNode | inline |
hasDeliveredHint() | RelJoin | inline |
hash_ | RelAlgNode | mutableprotected |
hash_value(RelJoin const &) | RelJoin | friend |
hasHintEnabled(QueryHint candidate_hint) const | RelJoin | inline |
hasInput(const RelAlgNode *needle) const | RelAlgNode | inline |
hint_applied_ | RelJoin | private |
hints_ | RelJoin | private |
id_ | RelAlgNode | protected |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
inputCount() const | RelAlgNode | inline |
inputs_ | RelAlgNode | protected |
isNop() const | RelAlgNode | inline |
join_type_ | RelJoin | private |
markAsNop() | RelAlgNode | inline |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgDagSerializer | RelJoin | friend |
RelAlgNode(RelAlgInputs inputs={}) | RelAlgNode | inline |
RelJoin() | RelJoin | inline |
RelJoin(std::shared_ptr< const RelAlgNode > lhs, std::shared_ptr< const RelAlgNode > rhs, std::unique_ptr< const RexScalar > &condition, const JoinType join_type) | RelJoin | inline |
RelJoin(RelJoin const &) | RelJoin | |
replaceInput(std::shared_ptr< const RelAlgNode > old_input, std::shared_ptr< const RelAlgNode > input) override | RelJoin | virtual |
resetQueryExecutionState() | RelAlgNode | inline |
resetRelAlgFirstId() noexcept | RelAlgNode | static |
setCondition(std::unique_ptr< const RexScalar > &condition) | RelJoin | inline |
setContextData(const RaExecutionDesc *context_data) const | RelAlgNode | inline |
setIdInPlanTree(size_t id) const | RelAlgDagNode | inline |
setOutputMetainfo(std::vector< TargetMetaInfo > targets_metainfo) const | RelAlgNode | inline |
setQueryPlanDag(const std::string &extracted_query_plan_dag) const | RelAlgNode | inline |
setRelNodeDagId(const size_t id) const | RelAlgNode | inline |
setStepNumber(size_t step) const | RelAlgDagNode | inlinevirtual |
size() const override | RelJoin | inlinevirtual |
step_ | RelAlgDagNode | mutableprotected |
toHash() const override | RelJoin | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RelJoin | inlinevirtual |
~RelAlgNode() | RelAlgNode | inlinevirtual |