taco-db
0.1.0
|
This is the complete list of members for taco::Sort, including all inherited members.
append_indent(std::string &buf, int indent) | taco::TreeNode | static |
Create(std::unique_ptr< PlanNode > &&child, std::vector< std::unique_ptr< ExprNode >> &&sort_exprs, const std::vector< bool > &desc) | taco::Sort | static |
create_exec_state() const override | taco::Sort | virtual |
get_child(size_t i) const | taco::PlanNode | inlineprotected |
get_input(size_t i) const | taco::TreeNode | inline |
get_input_as(size_t i) const | taco::TreeNode | inline |
get_output_schema() const override | taco::Sort | virtual |
get_tag() const | taco::TreeNode | inline |
m_cmp | taco::Sort | private |
m_input | taco::TreeNode | private |
m_tag | taco::TreeNode | private |
node_name() const | taco::TreeNode | inline |
node_properties_to_string(std::string &buf, int indent) const override | taco::Sort | virtual |
node_to_string(std::string &buf, int indent) const | taco::TreeNode | |
operator=(TreeNode &&)=default | taco::TreeNode | |
operator=(const TreeNode &)=delete | taco::TreeNode | |
PlanNode(NodeTag tag, UniquePtrs &&...input) | taco::PlanNode | inline |
Sort(std::unique_ptr< PlanNode > &&child, std::vector< std::unique_ptr< ExprNode >> &&sort_exprs, const std::vector< bool > &desc) | taco::Sort | private |
sort_compare_func_impl(const char *a, const char *b) const | taco::Sort | private |
SortState class | taco::Sort | friend |
to_string() const | taco::TreeNode | inline |
TO_STRING_INDENT_SIZE | taco::TreeNode | privatestatic |
TreeNode(NodeTag tag, UniquePtrs &&...input) | taco::TreeNode | inline |
TreeNode(TreeNode &&)=default | taco::TreeNode | |
TreeNode(const TreeNode &)=delete | taco::TreeNode | |
~PlanNode() | taco::PlanNode | inlinevirtual |
~Sort() override | taco::Sort | |
~TreeNode() | taco::TreeNode | inlinevirtual |