mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Back out support for sorting on fields (only count and aggregate supported for now). Fix bug where default return of "true" caused sort to be unstable. (If they are equal, Less should return false) Fix bug where limit was being applied before sorting. Fix bug where offset was not actually allowed to be an argument to GroupBy (weird! guess we weren't testing that very well) Apply "having" after calculating Count(Distinct) aggregate so that having can apply to that. Switch to stable sort to make testing easier. |
||
|---|---|---|
| .. | ||
| ast.go | ||
| ast_test.go | ||
| decimal.go | ||
| decimal_test.go | ||
| doc.go | ||
| parser.go | ||
| parser_test.go | ||
| pql.peg | ||
| pql.peg.go | ||
| pqlpeg_test.go | ||
| token.go | ||