OmniSciDB
a5dc49c757
|
This is the complete list of members for SortInfo, including all inherited members.
algorithm | SortInfo | |
algorithm(SortAlgorithm::Default) | SortInfo | |
createFromSortNode(const RelSort *sort_node) | SortInfo | inlinestatic |
hashLimit() const | SortInfo | inline |
limit | SortInfo | |
limit(std::nullopt) | SortInfo | |
offset | SortInfo | |
offset(0) | SortInfo | inline |
operator=(const SortInfo &other) | SortInfo | inline |
order_entries | SortInfo | |
SortInfo() | SortInfo | inline |
SortInfo(const std::list< Analyzer::OrderEntry > &oe, const SortAlgorithm sa, std::optional< size_t > l, size_t o) | SortInfo | inline |