Implement orderby translation

This commit is contained in:
Bennett Clement
2024-07-22 00:27:46 +08:00
parent 28a078726a
commit 865b3a04e9
7 changed files with 325 additions and 91 deletions

View File

@@ -56,6 +56,7 @@ impl ToString for SingleRowFunc {
}
}
#[derive(Debug)]
pub enum Func {
Agg(AggFunc),
SingleRow(SingleRowFunc),