Skip to content

Commit

Permalink
Update ranges comment
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Aug 9, 2024
1 parent 10f77f4 commit bac2062
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
import org.apache.lucene.util.ArrayUtil;

/**
* Internal ranges representation for the filter rewrite optimization
* Packed value representation of aggregation buckets for the filter rewrite optimization.
* It is convenient to represent our buckets in this way while traversing PointValues.PointTree.
*/
public final class PackedValueRanges {
static ArrayUtil.ByteArrayComparator comparator;
Expand Down

0 comments on commit bac2062

Please sign in to comment.