Skip to content

Commit b1bb982

Browse files
committed
update
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 361ad2d commit b1bb982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vortex-array/src/vtable/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ pub trait VTable: 'static + Sized + Send + Sync + Debug {
136136
/// of children must be expected.
137137
fn with_children(array: &mut Self::Array, children: Vec<ArrayRef>) -> VortexResult<()>;
138138

139-
/// Execute this array tree to return a canonical [`Vector`].
140139
/// Bind this array into a [`KernelRef`] for CPU execution.
141140
///
142-
/// The returned vector must be the appropriate one for the array's logical type (they are
143-
/// one-to-one with Vortex `DType`s), and should respect the output nullability of the array.
141+
/// The returned [`vortex_vector::Vector`] must be the appropriate one for the array's logical
142+
/// type (they are one-to-one with Vortex `DType`s), and should respect the output nullability
143+
/// of the array.
144144
///
145145
/// Debug builds will panic if the returned vector is of the wrong type, wrong length, or
146146
/// incorrectly contains null values.

0 commit comments

Comments
 (0)