We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61cf62 commit 749712cCopy full SHA for 749712c
1 file changed
encodings/alp/src/alp_rd/array.rs
@@ -29,11 +29,11 @@ use vortex_array::require_child;
29
use vortex_array::serde::ArrayChildren;
30
use vortex_array::stats::ArrayStats;
31
use vortex_array::stats::StatsSetRef;
32
+use vortex_array::validity::Validity;
33
use vortex_array::vtable;
34
use vortex_array::vtable::Array;
35
use vortex_array::vtable::ArrayId;
36
use vortex_array::vtable::VTable;
-use vortex_array::validity::Validity;
37
use vortex_array::vtable::ValidityChild;
38
use vortex_array::vtable::ValidityVTableFromChild;
39
use vortex_buffer::Buffer;
0 commit comments