Class FindResult
java.lang.Object
org.apache.druid.query.rowsandcols.util.FindResult
-
Method Summary
Modifier and TypeMethodDescriptionstatic FindResultfound(int startRow, int endRow) intintgetNext()intstatic FindResultnotFound(int nextRow) booleanwasFound()
-
Method Details
-
found
-
notFound
-
wasFound
public boolean wasFound() -
getStartRow
public int getStartRow() -
getEndRow
public int getEndRow() -
getNext
public int getNext()
-