@@ -4,26 +4,26 @@ use std::process::ExitCode;
44use std:: sync:: Arc ;
55
66use prettytable:: { Cell , Row , Table } ;
7- use vortex:: alp:: { ALPArray , Exponents , RDEncoder } ;
87use vortex:: array:: builder:: VarBinBuilder ;
98use vortex:: array:: {
109 BoolArray , ChunkedArray , ConstantArray , NullArray , PrimitiveArray , SparseArray , StructArray ,
1110 VarBinViewArray ,
1211} ;
1312use vortex:: buffer:: buffer;
14- use vortex:: bytebool:: ByteBoolArray ;
1513use vortex:: datetime_dtype:: { TemporalMetadata , TimeUnit , TIME_ID } ;
16- use vortex:: datetime_parts:: DateTimePartsArray ;
17- use vortex:: dict:: DictArray ;
1814use vortex:: dtype:: { DType , ExtDType , Nullability , PType } ;
19- use vortex:: fastlanes:: { BitPackedArray , DeltaArray , FoRArray } ;
20- use vortex:: fsst:: { fsst_compress, fsst_train_compressor} ;
21- use vortex:: roaring:: { Bitmap , RoaringBoolArray , RoaringIntArray } ;
22- use vortex:: runend:: RunEndArray ;
23- use vortex:: runend_bool:: RunEndBoolArray ;
15+ use vortex:: encodings:: alp:: { ALPArray , Exponents , RDEncoder } ;
16+ use vortex:: encodings:: bytebool:: ByteBoolArray ;
17+ use vortex:: encodings:: datetime_parts:: DateTimePartsArray ;
18+ use vortex:: encodings:: dict:: DictArray ;
19+ use vortex:: encodings:: fastlanes:: { BitPackedArray , DeltaArray , FoRArray } ;
20+ use vortex:: encodings:: fsst:: { fsst_compress, fsst_train_compressor} ;
21+ use vortex:: encodings:: roaring:: { Bitmap , RoaringBoolArray , RoaringIntArray } ;
22+ use vortex:: encodings:: runend:: RunEndArray ;
23+ use vortex:: encodings:: runend_bool:: RunEndBoolArray ;
24+ use vortex:: encodings:: zigzag:: ZigZagArray ;
2425use vortex:: scalar:: Scalar ;
2526use vortex:: validity:: Validity ;
26- use vortex:: zigzag:: ZigZagArray ;
2727use vortex:: { ArrayData , IntoArrayData } ;
2828
2929fn fsst_array ( ) -> ArrayData {
0 commit comments