pub fn from_struct_array_borrowed(
array: &StructArray,
) -> Result<CameraDepthBorrowed<'_>, ArrowError>Expand description
Decode the first row of a StructArray into a zero-copy borrowed depth view.
pub fn from_struct_array_borrowed(
array: &StructArray,
) -> Result<CameraDepthBorrowed<'_>, ArrowError>Decode the first row of a StructArray into a zero-copy borrowed depth view.