Class TsBlock.TsBlockRowIterator

  • All Implemented Interfaces:
    Iterator<Object[]>
    Enclosing class:
    TsBlock

    public class TsBlock.TsBlockRowIterator
    extends Object
    implements Iterator<Object[]>
    Mainly used for UDF framework. Note that the timestamps are at the last column.
    • Field Detail

      • rowIndex

        protected int rowIndex
      • columnCount

        protected int columnCount
    • Constructor Detail

      • TsBlockRowIterator

        public TsBlockRowIterator​(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.