Commit Graph

11 Commits

Author SHA1 Message Date
Paul Masurel
8303bd8e6d Fixed num_vals 2023-01-19 11:30:45 +09:00
Paul Masurel
1e27387c0f Date fast field working. Precision still broken 2023-01-18 18:23:21 +09:00
Paul Masurel
8bedcab91d blop 2023-01-18 16:13:21 +09:00
Paul Masurel
58eec2c214 blop 2023-01-18 16:13:21 +09:00
Paul Masurel
29c1a76d5a Removed cardinality from fast field options. 2023-01-18 16:13:21 +09:00
Paul Masurel
5110ee7456 Removing cardinality. 2023-01-18 16:13:21 +09:00
Paul Masurel
575931bee4 Added solution to force the type of a column. 2023-01-18 16:13:21 +09:00
PSeitz
c4af63e588 add rename (#1797) 2023-01-18 13:28:37 +09:00
Paul Masurel
25bad784ad Integrated fastfield codecs into columnar. (#1782)
Introduced asymetric OptionalCodec / SerializableOptionalCodec
Removed cardinality from the columnar sstable.
Added DynamicColumn
Reorganized all files
Change DenseCodec serialization logic.
Renamed methods to rank/select
Moved versioning footer to the columnar level
2023-01-16 17:24:49 +09:00
Paul Masurel
7a8fce0ae7 Minor mini fixes 2023-01-10 14:15:30 +09:00
Paul Masurel
4f9efe654c Support for columnar (#1734)
* Added support for dynamic fast field.

See README for more information.

* Apply suggestions from code review

Co-authored-by: PSeitz <PSeitz@users.noreply.github.com>
2023-01-07 17:37:00 +09:00