Skip to content

Commit 9bd1f0d

Browse files
committed
#118 Fixed PageFilterEvaluator typed Markdown links
1 parent 253573d commit 9bd1f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/dev/hardwood/internal/reader/PageFilterEvaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class PageFilterEvaluator {
4141
/// Computes the row ranges within a row group that might match the given predicate,
4242
/// based on per-page min/max statistics from the Column Index.
4343
///
44-
/// Returns [RowRanges.all] when the Column Index is absent or the predicate
44+
/// Returns `RowRanges.all()` when the Column Index is absent or the predicate
4545
/// cannot be evaluated at the page level (conservative fallback).
4646
///
4747
/// @param predicate the filter predicate to evaluate

0 commit comments

Comments
 (0)