order by refactoring
This commit is contained in:
2
usql.h
2
usql.h
@@ -55,8 +55,6 @@ private:
|
||||
Parser m_parser;
|
||||
std::list<Table> m_tables;
|
||||
|
||||
int compare_col_values(const ColDefNode &col_def, ColValue *a_val, ColValue *b_val) const;
|
||||
|
||||
void execute_order_by(SelectFromTableNode &node, Table *table, Table *result) const;
|
||||
|
||||
void execute_offset_limit(OffsetLimitNode &node, Table *result) const;
|
||||
|
||||
Reference in New Issue
Block a user