Commit History

Author SHA1 Message Date
  Corey Taylor a55e924dd2 Add orderBy() and groupBy() to match sql 3 years ago
  Corey Taylor 52608e2d51 Remove parenthesis around sql identifiers 4 years ago
  Corey Taylor 27b1080860 Add native return types in tests/ 4 years ago
  Corey Taylor c292b3c783 Added FILTER () clause support to aggregate functions. 5 years ago
  Corey Taylor c4069ece26 Simplified window frame configuration. 5 years ago
  Corey Taylor 8cb3baddb2 Added named window expression support 6 years ago
  Corey Taylor e0c0266e80 Fixed cloning WindowExpression 6 years ago
  Corey Taylor b76571d12d Added WindowInterface to AggregateExpression which wraps WindowExpression. Added basic window function query tests. 6 years ago
  Corey Taylor 58d935eae7 Added WindowExpression with support for empty OVER () clause. Added WindowInterface to share window expression building between AggregateExpression and WindowExpression 6 years ago
  Corey Taylor 05f5ff0f5f Added AggregateExpression for SQL aggregate functions on top of FunctionExpression. 6 years ago