- java.lang.Object
-
- org.apache.iotdb.tsfile.read.common.block.TsBlock.TsBlockRowIterator
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected int |
columnCount |
protected int |
rowIndex |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
rowIndex
protected int rowIndex
-
Method Detail
-
next
public Object[] next()
- Specified by:
next in interface Iterator<Object[]>
- Returns:
- A row in the TsBlock. The timestamp is at the last column.
Copyright © 2022 The Apache Software Foundation. All rights reserved.