featurebase/pql
Travis c60241b5a9 Get rid of Sign from pql.Decimal struct
It turns out that it's not very useful to keep the sign
value as a separate argument in the pql.Decimal struct.
This commit incorporates it into Value, and makes Value
an `int64` (for some bone-headed reason I had made it a
`uint32` before which is just dumb).
2020-03-15 23:00:00 -05:00
..
ast.go WIP: use pql.Decimal instead of float64 2020-03-14 22:33:52 -05:00
ast_test.go fix Call stringer for range conditional 2020-03-11 22:53:37 -05:00
decimal.go Get rid of Sign from pql.Decimal struct 2020-03-15 23:00:00 -05:00
decimal_test.go Get rid of Sign from pql.Decimal struct 2020-03-15 23:00:00 -05:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser.go fix linter warnings 2020-03-13 12:15:54 -05:00
parser_test.go Get rid of Sign from pql.Decimal struct 2020-03-15 23:00:00 -05:00
pql.peg WIP: use pql.Decimal instead of float64 2020-03-14 22:33:52 -05:00
pql.peg.go WIP: use pql.Decimal instead of float64 2020-03-14 22:33:52 -05:00
pqlpeg_test.go fix linter warnings 2020-03-13 12:15:54 -05:00
token.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00