@@ -12,21 +12,6 @@ use fsst::Compressor;
1212use fsst:: Decompressor ;
1313use fsst:: Symbol ;
1414use prost:: Message as _;
15- use vortex_array:: arrays:: varbin:: VarBinArrayExt ;
16- use vortex_array:: arrays:: VarBin ;
17- use vortex_array:: arrays:: VarBinArray ;
18- use vortex_array:: buffer:: BufferHandle ;
19- use vortex_array:: builders:: ArrayBuilder ;
20- use vortex_array:: builders:: VarBinViewBuilder ;
21- use vortex_array:: dtype:: DType ;
22- use vortex_array:: dtype:: Nullability ;
23- use vortex_array:: dtype:: PType ;
24- use vortex_array:: serde:: ArrayChildren ;
25- use vortex_array:: validity:: Validity ;
26- use vortex_array:: vtable:: child_to_validity;
27- use vortex_array:: vtable:: validity_to_child;
28- use vortex_array:: vtable:: VTable ;
29- use vortex_array:: vtable:: ValidityVTable ;
3015use vortex_array:: Array ;
3116use vortex_array:: ArrayEq ;
3217use vortex_array:: ArrayHash ;
@@ -38,20 +23,35 @@ use vortex_array::Canonical;
3823use vortex_array:: ExecutionCtx ;
3924use vortex_array:: ExecutionResult ;
4025use vortex_array:: IntoArray ;
26+ use vortex_array:: LEGACY_SESSION ;
4127use vortex_array:: Precision ;
4228use vortex_array:: TypedArrayRef ;
4329use vortex_array:: VortexSessionExecute ;
44- use vortex_array:: LEGACY_SESSION ;
30+ use vortex_array:: arrays:: VarBin ;
31+ use vortex_array:: arrays:: VarBinArray ;
32+ use vortex_array:: arrays:: varbin:: VarBinArrayExt ;
33+ use vortex_array:: buffer:: BufferHandle ;
34+ use vortex_array:: builders:: ArrayBuilder ;
35+ use vortex_array:: builders:: VarBinViewBuilder ;
36+ use vortex_array:: dtype:: DType ;
37+ use vortex_array:: dtype:: Nullability ;
38+ use vortex_array:: dtype:: PType ;
39+ use vortex_array:: serde:: ArrayChildren ;
40+ use vortex_array:: validity:: Validity ;
41+ use vortex_array:: vtable:: VTable ;
42+ use vortex_array:: vtable:: ValidityVTable ;
43+ use vortex_array:: vtable:: child_to_validity;
44+ use vortex_array:: vtable:: validity_to_child;
4545use vortex_buffer:: Buffer ;
4646use vortex_buffer:: ByteBuffer ;
47+ use vortex_error:: VortexExpect ;
48+ use vortex_error:: VortexResult ;
4749use vortex_error:: vortex_bail;
4850use vortex_error:: vortex_ensure;
4951use vortex_error:: vortex_err;
5052use vortex_error:: vortex_panic;
51- use vortex_error:: VortexExpect ;
52- use vortex_error:: VortexResult ;
53- use vortex_session:: registry:: CachedId ;
5453use vortex_session:: VortexSession ;
54+ use vortex_session:: registry:: CachedId ;
5555
5656use crate :: canonical:: canonicalize_fsst;
5757use crate :: canonical:: fsst_decode_views;
@@ -756,24 +756,24 @@ mod test {
756756 use fsst:: Compressor ;
757757 use fsst:: Symbol ;
758758 use prost:: Message ;
759+ use vortex_array:: ArrayPlugin ;
760+ use vortex_array:: IntoArray ;
761+ use vortex_array:: LEGACY_SESSION ;
762+ use vortex_array:: VortexSessionExecute ;
759763 use vortex_array:: accessor:: ArrayAccessor ;
760764 use vortex_array:: arrays:: VarBinViewArray ;
761765 use vortex_array:: buffer:: BufferHandle ;
762766 use vortex_array:: dtype:: DType ;
763767 use vortex_array:: dtype:: Nullability ;
764768 use vortex_array:: dtype:: PType ;
765769 use vortex_array:: test_harness:: check_metadata;
766- use vortex_array:: ArrayPlugin ;
767- use vortex_array:: IntoArray ;
768- use vortex_array:: VortexSessionExecute ;
769- use vortex_array:: LEGACY_SESSION ;
770770 use vortex_buffer:: Buffer ;
771771 use vortex_error:: VortexError ;
772772
773+ use crate :: FSST ;
773774 use crate :: array:: FSSTArrayExt ;
774775 use crate :: array:: FSSTMetadata ;
775776 use crate :: fsst_compress_iter;
776- use crate :: FSST ;
777777
778778 #[ cfg_attr( miri, ignore) ]
779779 #[ test]
0 commit comments