Skip to content

Commit 8e60cd4

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent fcf31ae commit 8e60cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-array/src/expr/analysis/annotation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ impl<'a, A: AnnotationFn> NodeVisitor<'a> for AnnotationVisitor<'a, A> {
5858
fn visit_down(&mut self, node: &'a Self::NodeTy) -> VortexResult<TraversalOrder> {
5959
let annotations = (self.annotate)(node);
6060
if annotations.is_empty() {
61+
// If the annotate fn returns empty, we do not annotate this node.
6162
Ok(TraversalOrder::Continue)
6263
} else {
6364
self.annotations

0 commit comments

Comments
 (0)