Skip to content

Commit ccc5b1d

Browse files
committed
fix
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 9d97802 commit ccc5b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub type NullSensitiveLabels<'a> = HashMap<&'a Expression, bool>;
1010

1111
/// Label each expression in the tree with whether it is null-sensitive.
1212
///
13-
/// See [`VTable::is_null_sensitive`] for a definition of null sensitivity.
13+
/// See [`crate::expr::VTable::is_null_sensitive`] for a definition of null sensitivity.
1414
/// This function operates on a tree of expressions, not just a single expression.
1515
pub fn label_null_sensitive(expr: &Expression) -> NullSensitiveLabels<'_> {
1616
label_tree(

0 commit comments

Comments
 (0)