Interface LayerRowWindowReader
-
- All Superinterfaces:
YieldableReader
public interface LayerRowWindowReader extends YieldableReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.iotdb.udf.api.access.RowWindowcurrentWindow()org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[]getDataTypes()booleannext()voidreadyForNext()-
Methods inherited from interface org.apache.iotdb.db.mpp.transformation.api.YieldableReader
yield
-
-
-
-
Method Detail
-
next
boolean next() throws java.io.IOException, QueryProcessException- Throws:
java.io.IOExceptionQueryProcessException
-
readyForNext
void readyForNext() throws java.io.IOException, QueryProcessException- Throws:
java.io.IOExceptionQueryProcessException
-
getDataTypes
org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] getDataTypes()
-
currentWindow
org.apache.iotdb.udf.api.access.RowWindow currentWindow()
-
-