Class FindResult
- java.lang.Object
-
- org.apache.druid.query.rowsandcols.util.FindResult
-
public class FindResult extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindResultfound(int startRow, int endRow)intgetEndRow()intgetNext()intgetStartRow()static FindResultnotFound(int nextRow)booleanwasFound()
-
-
-
Method Detail
-
found
public static FindResult found(int startRow, int endRow)
-
notFound
public static FindResult notFound(int nextRow)
-
wasFound
public boolean wasFound()
-
getStartRow
public int getStartRow()
-
getEndRow
public int getEndRow()
-
getNext
public int getNext()
-
-