mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
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). |
||
|---|---|---|
| .. | ||
| 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 | ||