We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aff239 commit ae74e0aCopy full SHA for ae74e0a
vortex-array/src/vtable/mod.rs
@@ -135,9 +135,9 @@ pub trait VTable: 'static + Sized + Send + Sync + Debug {
135
/// of children must be expected.
136
fn with_children(array: &mut Self::Array, children: Vec<ArrayRef>) -> VortexResult<()>;
137
138
- /// Bind this array into a [`KernelRef`] for CPU execution.
+ /// Execute this array to produce a [`Vector`].
139
///
140
- /// The returned [`vortex_vector::Vector`] must be the appropriate one for the array's logical
+ /// The returned [`Vector`] must be the appropriate one for the array's logical
141
/// type (they are one-to-one with Vortex `DType`s), and should respect the output nullability
142
/// of the array.
143
0 commit comments