Package org.apache.druid.segment
Class RowNumCounter
java.lang.Object
org.apache.druid.segment.RowNumCounter
- All Implemented Interfaces:
IntSupplier
Could be used as a simple "row number supplier" for
RowPointer implementations.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowNumCounter
public RowNumCounter() -
RowNumCounter
public RowNumCounter(int initialRowNum)
-
-
Method Details
-
getAsInt
public int getAsInt()- Specified by:
getAsIntin interfaceIntSupplier
-
increment
public void increment()
-