better table print, order by/offset/limit improvements
This commit is contained in:
5
usql.h
5
usql.h
@@ -57,8 +57,9 @@ private:
|
||||
|
||||
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;
|
||||
void execute_order_by(SelectFromTableNode &node, Table *table, Table *result) const;
|
||||
|
||||
void execute_offset_limit(OffsetLimitNode &node, Table *result) const;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
Reference in New Issue
Block a user