Skip to content

Commit 062921a

Browse files
committed
ListView to List
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 58bda62 commit 062921a

File tree

1 file changed

+0
-5
lines changed
  • vortex-array/src/arrays/chunked/vtable

1 file changed

+0
-5
lines changed

vortex-array/src/arrays/chunked/vtable/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,14 @@ use vortex_error::VortexResult;
1010
use vortex_error::vortex_bail;
1111
use vortex_error::vortex_ensure;
1212
use vortex_error::vortex_err;
13-
use vortex_vector::Vector;
14-
use vortex_vector::VectorMut;
15-
use vortex_vector::VectorMutOps;
1613

1714
use crate::ArrayRef;
1815
use crate::Canonical;
1916
use crate::EmptyMetadata;
2017
use crate::IntoArray;
2118
use crate::ToCanonical;
22-
use crate::VectorExecutor;
2319
use crate::arrays::ChunkedArray;
2420
use crate::arrays::PrimitiveArray;
25-
use crate::executor::ExecutionCtx;
2621
use crate::serde::ArrayChildren;
2722
use crate::validity::Validity;
2823
use crate::vtable;

0 commit comments

Comments
 (0)