Skip to main content

binary_array_value

Function binary_array_value 

Source
pub(crate) fn binary_array_value(
    array: &dyn Array,
    index: usize,
) -> Option<&[u8]>
Expand description

Returns the raw bytes at the given index from a binary-like array, return None if the array isn’t binary-like.