Class ElasticSerializableTVListBackedSingleColumnWindow
- java.lang.Object
-
- org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
-
- All Implemented Interfaces:
org.apache.iotdb.udf.api.access.RowWindow
public class ElasticSerializableTVListBackedSingleColumnWindow extends java.lang.Object implements org.apache.iotdb.udf.api.access.RowWindow
-
-
Constructor Summary
Constructors Constructor Description ElasticSerializableTVListBackedSingleColumnWindow(ElasticSerializableTVList tvList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.iotdb.udf.api.type.TypegetDataType(int columnIndex)org.apache.iotdb.udf.api.access.RowgetRow(int rowIndex)org.apache.iotdb.udf.api.access.RowIteratorgetRowIterator()voidseek(int beginIndex, int endIndex, long startTime, long endTime)longwindowEndTime()intwindowSize()longwindowStartTime()
-
-
-
Constructor Detail
-
ElasticSerializableTVListBackedSingleColumnWindow
public ElasticSerializableTVListBackedSingleColumnWindow(ElasticSerializableTVList tvList)
-
-
Method Detail
-
windowSize
public int windowSize()
- Specified by:
windowSizein interfaceorg.apache.iotdb.udf.api.access.RowWindow
-
getRow
public org.apache.iotdb.udf.api.access.Row getRow(int rowIndex)
- Specified by:
getRowin interfaceorg.apache.iotdb.udf.api.access.RowWindow
-
getDataType
public org.apache.iotdb.udf.api.type.Type getDataType(int columnIndex)
- Specified by:
getDataTypein interfaceorg.apache.iotdb.udf.api.access.RowWindow
-
getRowIterator
public org.apache.iotdb.udf.api.access.RowIterator getRowIterator()
- Specified by:
getRowIteratorin interfaceorg.apache.iotdb.udf.api.access.RowWindow
-
windowStartTime
public long windowStartTime()
- Specified by:
windowStartTimein interfaceorg.apache.iotdb.udf.api.access.RowWindow
-
windowEndTime
public long windowEndTime()
- Specified by:
windowEndTimein interfaceorg.apache.iotdb.udf.api.access.RowWindow
-
seek
public void seek(int beginIndex, int endIndex, long startTime, long endTime)
-
-