Class TsBlockInputDataSet

    • Constructor Summary

      Constructors 
      Constructor Description
      TsBlockInputDataSet​(Operator operator, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      YieldableState canYieldNextRowInObjects()
      Whether the data set has next row.
      java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> getDataTypes()
      returns the input data types, except the timestamp column(the last column).
      boolean hasNextRowInObjects()
      Whether the data set has next row.
      java.lang.Object[] nextRowInObjects()
      Get the next row for UDFPlan input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TsBlockInputDataSet

        public TsBlockInputDataSet​(Operator operator,
                                   java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes)