Skip to content

Commit ae74e0a

Browse files
committed
Remove execution kernels.... again
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 8aff239 commit ae74e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vortex-array/src/vtable/mod.rs

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

138-
/// Bind this array into a [`KernelRef`] for CPU execution.
138+
/// Execute this array to produce a [`Vector`].
139139
///
140-
/// The returned [`vortex_vector::Vector`] must be the appropriate one for the array's logical
140+
/// The returned [`Vector`] must be the appropriate one for the array's logical
141141
/// type (they are one-to-one with Vortex `DType`s), and should respect the output nullability
142142
/// of the array.
143143
///

0 commit comments

Comments
 (0)