Class ValueFill

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class ValueFill
    extends IFill
    implements java.lang.Cloneable
    • Constructor Detail

      • ValueFill

        public ValueFill​(java.lang.String singleStringValue)
      • ValueFill

        public ValueFill​(java.lang.String value,
                         org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)
    • Method Detail

      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
      • configureFill

        public void configureFill​(org.apache.iotdb.commons.path.PartialPath path,
                                  org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType,
                                  long queryTime,
                                  java.util.Set<java.lang.String> deviceMeasurements,
                                  QueryContext context)
        Specified by:
        configureFill in class IFill
      • getFillResult

        public org.apache.iotdb.tsfile.read.TimeValuePair getFillResult()
        Specified by:
        getFillResult in class IFill
      • getSpecifiedFillResult

        public org.apache.iotdb.tsfile.read.TimeValuePair getSpecifiedFillResult​(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)
                                                                          throws QueryProcessException
        Throws:
        QueryProcessException