extract_union_data

Function extract_union_data 

Source
pub fn extract_union_data<T>(
    field: &str,
    map: &HashMap<String, usize>,
    children: &[Arc<dyn Array>],
) -> Result<T, Report>
where T: ArrowMessage,
Expand description

Helper function to extract data from a union array.