mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
* added varchar type; create table works; show columns works; wip on b+tree * added page compaction on inserts where page has no free space * fix bug with unpinning pages where depth of internal nodes > 1 * Now handling schema in it's own btree * fixed some bugs * null inserts, better tuple payload * refactor tstore holdings * refactor tstore management * seekable read iterator compiles * tstore rangeiteraor Tstore pql command * tstore rangeiteraor Tstore pql command * encoding/decoding support for TupleResults(Tstore) * simplified range iterator * add column filter for tstore * bug fix --------- Co-authored-by: pokeeffe-molecula <patrick.okeeffe@molecula.com> |
||
|---|---|---|
| .. | ||
| ast.go | ||
| ast_test.go | ||
| decimal.go | ||
| decimal_internal_test.go | ||
| decimal_test.go | ||
| doc.go | ||
| parser.go | ||
| parser_test.go | ||
| pql.peg | ||
| pql.peg.go | ||
| pqlpeg_test.go | ||
| token.go | ||