Skip to main content

partition_annotations

Function partition_annotations 

Source
pub fn partition_annotations<A>(
    expr: Expression,
    scope: &DType,
    annotations: Annotations<'_, A>,
) -> VortexResult<PartitionedExpr<A>>
where A: Display + Clone + Eq + Hash, FieldName: From<A>,