public class TsBlock.TsBlockSingleColumnIterator extends Object implements IPointReader, IBatchDataIterator
| Constructor and Description |
|---|
TsBlockSingleColumnIterator(int rowIndex) |
TsBlockSingleColumnIterator(int rowIndex,
int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
currentTime() |
TimeValuePair |
currentTimeValuePair() |
Object |
currentValue() |
long |
getEndTime() |
int |
getRowIndex() |
long |
getStartTime() |
boolean |
hasNext() |
boolean |
hasNext(long minBound,
long maxBound) |
boolean |
hasNextTimeValuePair() |
void |
next() |
TimeValuePair |
nextTimeValuePair() |
void |
reset() |
void |
setRowIndex(int rowIndex) |
int |
totalLength() |
public TsBlockSingleColumnIterator(int rowIndex)
public TsBlockSingleColumnIterator(int rowIndex,
int columnIndex)
public boolean hasNext()
hasNext in interface IBatchDataIteratorpublic boolean hasNext(long minBound,
long maxBound)
hasNext in interface IBatchDataIteratorpublic void next()
next in interface IBatchDataIteratorpublic long currentTime()
currentTime in interface IBatchDataIteratorpublic Object currentValue()
currentValue in interface IBatchDataIteratorpublic void reset()
reset in interface IBatchDataIteratorpublic int totalLength()
totalLength in interface IBatchDataIteratorpublic boolean hasNextTimeValuePair()
hasNextTimeValuePair in interface IPointReaderpublic TimeValuePair nextTimeValuePair()
nextTimeValuePair in interface IPointReaderpublic TimeValuePair currentTimeValuePair()
currentTimeValuePair in interface IPointReaderpublic void close()
close in interface IPointReaderpublic long getEndTime()
public long getStartTime()
public int getRowIndex()
public void setRowIndex(int rowIndex)
Copyright © 2022 The Apache Software Foundation. All rights reserved.