Function complex32_variable_shape_tensor_iter
Source pub fn complex32_variable_shape_tensor_iter<'a>(
field: &Field,
array: &'a StructArray,
) -> Result<Complex32VariableShapeTensorIter<'a>, NdarrowError>
Expand description
Creates an iterator over per-row zero-copy complex tensor views for
arrow.variable_shape_tensor<ndarrow.complex32>.
§Does not allocate
This borrows Arrow values buffers directly through the complex scalar
carrier.
§Errors
Returns an error when extension/type/null invariants are violated.