Uses of Class
org.apache.iotdb.db.exception.query.UnSupportedFillTypeException
-
Packages that use UnSupportedFillTypeException Package Description org.apache.iotdb.db.query.executor.fill -
-
Uses of UnSupportedFillTypeException in org.apache.iotdb.db.query.executor.fill
Methods in org.apache.iotdb.db.query.executor.fill that throw UnSupportedFillTypeException Modifier and Type Method Description org.apache.iotdb.tsfile.read.TimeValuePairLinearFill. averageWithTimeAndDataType(org.apache.iotdb.tsfile.read.TimeValuePair beforePair, org.apache.iotdb.tsfile.read.TimeValuePair afterPair, long queryTime, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType tsDataType)
-