Skip to main content

prune_columns

Function prune_columns 

Source
pub fn prune_columns(
    schema: &Schema,
    selected: impl IntoIterator<Item = i32>,
    select_full_types: bool,
) -> Result<Type>
Expand description

Visit a schema and returns only the fields selected by id set