Uses of Class
org.apache.iotdb.spark.tsfile.qp.exception.QueryProcessorException
-
Packages that use QueryProcessorException Package Description org.apache.iotdb.spark.tsfile.qp org.apache.iotdb.spark.tsfile.qp.exception -
-
Uses of QueryProcessorException in org.apache.iotdb.spark.tsfile.qp
Methods in org.apache.iotdb.spark.tsfile.qp that throw QueryProcessorException Modifier and Type Method Description java.util.List<TSQueryPlan>QueryProcessor. generatePlans(FilterOperator filter, java.util.List<java.lang.String> paths, java.util.List<java.lang.String> columnNames, org.apache.iotdb.tsfile.read.TsFileSequenceReader in, java.lang.Long start, java.lang.Long end) -
Uses of QueryProcessorException in org.apache.iotdb.spark.tsfile.qp.exception
Subclasses of QueryProcessorException in org.apache.iotdb.spark.tsfile.qp.exception Modifier and Type Class Description classBasicOperatorExceptionThis exception is threw whiling meeting error in BasicOperatorclassDNFOptimizeExceptionThis exception is threw whiling meeting error inclassLogicalOptimizeExceptionThis exception is threw whiling meeting error in logical optimizer processclassMergeFilterExceptionclassQueryOperatorExceptionclassRemoveNotExceptionThis exception is threw whiling meeting error in
-