public class RowRanges extends Object
ColumnIndexFilter#calculateRowRanges(Filter, ColumnIndexStore, Set, long)| Modifier and Type | Method and Description |
|---|---|
boolean |
isOverlapping(long from,
long to) |
PrimitiveIterator.OfLong |
iterator() |
long |
rowCount() |
String |
toString() |
public long rowCount()
public PrimitiveIterator.OfLong iterator()
public boolean isOverlapping(long from,
long to)
from - the first row of the range to be checked for connectionto - the last row of the range to be checked for connectiontrue if the specified range is overlapping (have common elements) with one of the rangesCopyright © 2020 The Apache Software Foundation. All rights reserved.