work on order by began
This commit is contained in:
5
usql.h
5
usql.h
@@ -54,6 +54,11 @@ private:
|
||||
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, std::__unique_if<Table>::__unique_single &result) const;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
Reference in New Issue
Block a user