OmniSciDB
a5dc49c757
|
This is the complete list of members for RelSort, including all inherited members.
accept(Visitor &v, std::string name) const override | RelSort | inlinevirtual |
acceptChildren(Visitor &v) const override | RelSort | inlinevirtual |
addManagedInput(std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inline |
clearContextData() const | RelAlgNode | inline |
collation_ | RelSort | private |
collationCount() const | RelSort | inline |
deepCopy() const override | RelSort | inlinevirtual |
getAndOwnInput(const size_t idx) const | RelAlgNode | inline |
getCollation(const size_t i) const | RelSort | inline |
getContextData() const | RelAlgNode | inline |
getId() const | RelAlgNode | inline |
getIdInPlanTree() const | RelAlgDagNode | inline |
getInput(const size_t idx) const | RelAlgNode | inline |
getInputs() const | RelAlgNode | inline |
getLimit() const | RelSort | inline |
getOffset() const | RelSort | inline |
getOrderEntries() const | RelSort | 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 |
hasEquivCollationOf(const RelSort &that) const | RelSort | private |
hash_ | RelAlgNode | mutableprotected |
hash_value(RelSort const &) | RelSort | friend |
hasInput(const RelAlgNode *needle) const | RelAlgNode | inline |
id_ | RelAlgNode | protected |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
inputCount() const | RelAlgNode | inline |
inputs_ | RelAlgNode | protected |
isEmptyResult() const | RelSort | inline |
isLimitDelivered() const | RelSort | inline |
isNop() const | RelAlgNode | inline |
limit_ | RelSort | private |
markAsNop() | RelAlgNode | inline |
offset_ | RelSort | private |
operator==(const RelSort &that) const | RelSort | inline |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgDagSerializer | RelSort | friend |
RelAlgNode(RelAlgInputs inputs={}) | RelAlgNode | inline |
RelSort() | RelSort | inline |
RelSort(const std::vector< SortField > &collation, std::optional< size_t > limit, const size_t offset, std::shared_ptr< const RelAlgNode > input) | RelSort | inline |
replaceInput(std::shared_ptr< const RelAlgNode > old_input, std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inlinevirtual |
resetQueryExecutionState() | RelAlgNode | inline |
resetRelAlgFirstId() noexcept | RelAlgNode | static |
setCollation(std::vector< SortField > &&collation) | RelSort | 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 | RelSort | inlinevirtual |
step_ | RelAlgDagNode | mutableprotected |
toHash() const override | RelSort | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RelSort | inlinevirtual |
~RelAlgNode() | RelAlgNode | inlinevirtual |