pub type ProjectionRef = Arc<[usize]>;Expand description
Describes an immutable reference counted projection.
This structure represents projecting a set of columns by index.
Arc is used to make it cheap to clone.
Aliased Typeยง
pub struct ProjectionRef { /* private fields */ }