Skip to main content

single_child

Function single_child 

Source
fn single_child<'a>(
    field: &Field<'a>,
    kind: &str,
) -> Result<Field<'a>, ArrowError>
Expand description

Return the single child of a flatbuffer Field, erroring if it does not have exactly one.