mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Consolidates all the pql.Call implementations into a single pql.Call struct. This is needed to support user-defined schemas on frames. This also has the added benefit that a lot of redundant parsing code has been consolidated. |
||
|---|---|---|
| .. | ||
| ast.go | ||
| ast_test.go | ||
| parser.go | ||
| parser_test.go | ||
| scanner.go | ||
| scanner_test.go | ||
| token.go | ||