featurebase/pql
Ben Johnson e0937b79c0 add bitmap and profile attribute support
This commit adds the ability to set string, integer, and boolean
values on bitmaps and profiles within Pilosa. Bitmap attributes
are automatically returned when making a `Bitmap()` call. Profile
attributes must be requested by setting `profile=true` in the
URL.

The function names have also been renamed to initial caps so that
the PQL query language can support math operations in the future.
2016-02-01 08:44:33 -07:00
..
ast.go add bitmap and profile attribute support 2016-02-01 08:44:33 -07:00
ast_test.go add bitmap and profile attribute support 2016-02-01 08:44:33 -07:00
parser.go add bitmap and profile attribute support 2016-02-01 08:44:33 -07:00
parser_test.go add bitmap and profile attribute support 2016-02-01 08:44:33 -07:00
scanner.go added support for period (.) in frame names 2016-01-06 15:24:25 -06:00
scanner_test.go refactor 2015-12-02 15:34:49 -07:00
token.go refactor 2015-12-02 15:34:49 -07:00