mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
* ugly first cut at supportings Rows(in=[...]) need tests, better handling of various combinations of arguments and error cases * explicitly error when other arguments passed with 'in' to Rows * first cut at supporting Rows(in=[...]) 'in' is explicitly not supported with any other arguments (except the field of course), and will error. It works both as a standalone Rows call and in GroupBy. * bitmapfilter require ordered rowids * remove log message Co-authored-by: Todd Gruben <todd@molecula.com> |
||
|---|---|---|
| .. | ||
| 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 | ||