pub fn partition_bound_annotations<A>(
expr: BoundExpression,
annotations: BoundAnnotations<A>,
) -> VortexResult<BoundPartitionedExpr<A>>Expand description
Partition an already-annotated bound expression tree.
Prefer partition_bound when annotations can be derived by an AnnotationFn.