featurebase/pql
Travis 361e51cb41 Add All() support to PQL, including limit and offset
This PR is meant to get all columns from an index
based on the TrackExistence row.

`All()` is a PQL function that can be used as a typical
row object. Optional arguments are `limit` and `offset`.
2019-12-18 18:00:15 -06:00
..
ast.go Add All() support to PQL, including limit and offset 2019-12-18 18:00:15 -06:00
ast_test.go v2.0.0 2019-10-08 14:56:17 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser.go plugins and precomputed data 2019-11-12 12:14:29 -06:00
parser_test.go plugins and precomputed data 2019-11-12 12:14:29 -06:00
pql.peg allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
pql.peg.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
pqlpeg_test.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
token.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00