Type Definition cudb::query::ProjectionDocument[][src]

pub type ProjectionDocument = HashMap<FieldPath, Projection>;
Expand description

Projection of fields during a query (analogous to SQL SELECT).