OmniSciDB
a5dc49c757
|
This is the complete list of members for RelAggregate, including all inherited members.
accept(Visitor &v, std::string name) const override | RelAggregate | inlinevirtual |
acceptChildren(Visitor &v) const override | RelAggregate | inlinevirtual |
addHint(const ExplainedQueryHint &hint_explained) | RelAggregate | inline |
addManagedInput(std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inline |
agg_exprs_ | RelAggregate | private |
clearContextData() const | RelAlgNode | inline |
deepCopy() const override | RelAggregate | inlinevirtual |
fields_ | RelAggregate | private |
getAggExprs() const | RelAggregate | inline |
getAggExprsAndRelease() | RelAggregate | inline |
getAggExprsCount() const | RelAggregate | inline |
getAggregatesAndRelease() | RelAggregate | inline |
getAndOwnInput(const size_t idx) const | RelAlgNode | inline |
getContextData() const | RelAlgNode | inline |
getDeliveredHints() | RelAggregate | inline |
getFieldName(const size_t i) const | RelAggregate | inline |
getFields() const | RelAggregate | inline |
getGroupByCount() const | RelAggregate | inline |
getHintInfo(QueryHint hint) const | RelAggregate | inline |
getId() const | RelAlgNode | inline |
getIdInPlanTree() const | RelAlgDagNode | inline |
getInput(const size_t idx) const | RelAlgNode | inline |
getInputs() const | RelAlgNode | inline |
getOutputMetainfo() const | RelAlgNode | inline |
getQueryPlanDag() const | RelAlgNode | inline |
getQueryPlanDagHash() const | RelAlgNode | inline |
getRelNodeDagId() const | RelAlgNode | inline |
getStepNumber() const | RelAlgDagNode | inlinevirtual |
groupby_count_ | RelAggregate | private |
hasContextData() const | RelAlgNode | inline |
hasDeliveredHint() | RelAggregate | inline |
hash_ | RelAlgNode | mutableprotected |
hash_value(RelAggregate const &) | RelAggregate | friend |
hasHintEnabled(QueryHint candidate_hint) const | RelAggregate | inline |
hasInput(const RelAlgNode *needle) const | RelAlgNode | inline |
hint_applied_ | RelAggregate | private |
hints_ | RelAggregate | private |
id_ | RelAlgNode | protected |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
inputCount() const | RelAlgNode | inline |
inputs_ | RelAlgNode | protected |
isNop() const | RelAlgNode | inline |
markAsNop() | RelAlgNode | inline |
RelAggregate() | RelAggregate | inline |
RelAggregate(const size_t groupby_count, std::vector< std::unique_ptr< const RexAgg >> &agg_exprs, const std::vector< std::string > &fields, std::shared_ptr< const RelAlgNode > input) | RelAggregate | inline |
RelAggregate(RelAggregate const &) | RelAggregate | |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgDagSerializer | RelAggregate | friend |
RelAlgNode(RelAlgInputs inputs={}) | RelAlgNode | inline |
replaceInput(std::shared_ptr< const RelAlgNode > old_input, std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inlinevirtual |
resetQueryExecutionState() | RelAlgNode | inline |
resetRelAlgFirstId() noexcept | RelAlgNode | static |
setAggExprs(std::vector< std::unique_ptr< const RexAgg >> &agg_exprs) | RelAggregate | inline |
setContextData(const RaExecutionDesc *context_data) const | RelAlgNode | inline |
setFields(std::vector< std::string > &&new_fields) | RelAggregate | 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 | RelAggregate | inlinevirtual |
step_ | RelAlgDagNode | mutableprotected |
toHash() const override | RelAggregate | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RelAggregate | inlinevirtual |
~RelAlgNode() | RelAlgNode | inlinevirtual |