Interface IBatchDataIterator
-
- All Known Implementing Classes:
TsBlock.TsBlockSingleColumnIterator
public interface IBatchDataIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcurrentTime()java.lang.ObjectcurrentValue()booleanhasNext()booleanhasNext(long minBound, long maxBound)voidnext()voidreset()inttotalLength()
-