OmniSciDB
a5dc49c757
|
This is the complete list of members for RelTranslatedJoin, including all inherited members.
accept(Visitor &v, std::string name) const override | RelTranslatedJoin | inlinevirtual |
acceptChildren(Visitor &v) const override | RelTranslatedJoin | inlinevirtual |
addManagedInput(std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inline |
clearContextData() const | RelAlgNode | inline |
deepCopy() const override | RelTranslatedJoin | inlinevirtual |
filter_ops_ | RelTranslatedJoin | private |
getAndOwnInput(const size_t idx) const | RelAlgNode | inline |
getAndReleaseCondition() const | RelTranslatedJoin | inline |
getCondition() const | RelTranslatedJoin | inline |
getContextData() const | RelAlgNode | inline |
getFieldName(const size_t i) const | RelTranslatedJoin | |
getFilterCond() const | RelTranslatedJoin | inline |
getFilterCondSize() const | RelTranslatedJoin | inline |
getId() const | RelAlgNode | inline |
getIdInPlanTree() const | RelAlgDagNode | inline |
getInput(const size_t idx) const | RelAlgNode | inline |
getInputs() const | RelAlgNode | inline |
getJoinCols(bool lhs) const | RelTranslatedJoin | inline |
getJoinType() const | RelTranslatedJoin | inline |
getLHS() const | RelTranslatedJoin | inline |
getOpType() const | RelTranslatedJoin | inline |
getOpTypeInfo() const | RelTranslatedJoin | inline |
getOuterJoinCond() const | RelTranslatedJoin | inline |
getOutputMetainfo() const | RelAlgNode | inline |
getQualifier() const | RelTranslatedJoin | inline |
getQueryPlanDag() const | RelAlgNode | inline |
getQueryPlanDagHash() const | RelAlgNode | inline |
getRelNodeDagId() const | RelAlgNode | inline |
getRHS() const | RelTranslatedJoin | inline |
getStepNumber() const | RelAlgDagNode | inlinevirtual |
hasContextData() const | RelAlgNode | inline |
hash_ | RelAlgNode | mutableprotected |
hash_value(RelTranslatedJoin const &) | RelTranslatedJoin | friend |
hasInput(const RelAlgNode *needle) const | RelAlgNode | inline |
id_ | RelAlgNode | protected |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
inputCount() const | RelAlgNode | inline |
inputs_ | RelAlgNode | protected |
isNestedLoopQual() const | RelTranslatedJoin | inline |
isNop() const | RelAlgNode | inline |
join_type_ | RelTranslatedJoin | private |
lhs_ | RelTranslatedJoin | private |
lhs_join_cols_ | RelTranslatedJoin | private |
markAsNop() | RelAlgNode | inline |
nested_loop_ | RelTranslatedJoin | private |
op_type_ | RelTranslatedJoin | private |
op_typeinfo_ | RelTranslatedJoin | private |
outer_join_cond_ | RelTranslatedJoin | private |
qualifier_ | RelTranslatedJoin | private |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgNode(RelAlgInputs inputs={}) | RelAlgNode | inline |
RelTranslatedJoin(const RelAlgNode *lhs, const RelAlgNode *rhs, const std::vector< const Analyzer::ColumnVar * > lhs_join_cols, const std::vector< const Analyzer::ColumnVar * > rhs_join_cols, const std::vector< std::shared_ptr< const Analyzer::Expr >> filter_ops, const RexScalar *outer_join_cond, const bool nested_loop, const JoinType join_type, const std::string &op_type, const std::string &qualifier, const std::string &op_typeinfo) | RelTranslatedJoin | inline |
replaceInput(std::shared_ptr< const RelAlgNode > old_input, std::shared_ptr< const RelAlgNode > input) override | RelTranslatedJoin | inlinevirtual |
resetQueryExecutionState() | RelAlgNode | inline |
resetRelAlgFirstId() noexcept | RelAlgNode | static |
rhs_ | RelTranslatedJoin | private |
rhs_join_cols_ | RelTranslatedJoin | private |
setCondition(std::unique_ptr< const RexScalar > &condition) | RelTranslatedJoin | 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 | RelTranslatedJoin | inlinevirtual |
step_ | RelAlgDagNode | mutableprotected |
toHash() const override | RelTranslatedJoin | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RelTranslatedJoin | inlinevirtual |
~RelAlgNode() | RelAlgNode | inlinevirtual |