pub fn direct_bound_annotations<A>(
expr: &BoundExpression,
annotate: A,
) -> BoundAnnotations<A::Annotation>where
A: AnnotationFn<BoundExpression>,Expand description
Annotate each bound-expression node without propagating annotations to its ancestors.
The returned map uses ExactBoundExpr keys so lookups do not structurally hash node dtypes.