Uses of Class
org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
-
Packages that use UpdateLastCacheOperator Package Description org.apache.iotdb.db.mpp.execution.operator.process.last -
-
Uses of UpdateLastCacheOperator in org.apache.iotdb.db.mpp.execution.operator.process.last
Constructor parameters in org.apache.iotdb.db.mpp.execution.operator.process.last with type arguments of type UpdateLastCacheOperator Constructor Description LastQueryOperator(OperatorContext operatorContext, java.util.List<UpdateLastCacheOperator> children, org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder builder)LastQuerySortOperator(OperatorContext operatorContext, org.apache.iotdb.tsfile.read.common.block.TsBlock cachedTsBlock, java.util.List<UpdateLastCacheOperator> children, java.util.Comparator<org.apache.iotdb.tsfile.utils.Binary> timeSeriesComparator)
-