Function iceberg::spec::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