File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments