Skip to main content

project_sparse

Function project_sparse 

Source
pub fn project_sparse(
    tile: &SparseTile,
    proj: &Projection,
) -> ArrayResult<SparseTile>
Expand description

Build a new tile carrying only the projected attribute columns. proj is validated against tile.attr_cols.len() (the tile’s own attribute count, not a schema), so the operator is schema-free.