Uses of Class
org.apache.iotdb.db.utils.ValueIterator
-
Packages that use ValueIterator Package Description org.apache.iotdb.db.query.aggregation org.apache.iotdb.db.query.aggregation.impl org.apache.iotdb.db.utils -
-
Uses of ValueIterator in org.apache.iotdb.db.query.aggregation
Methods in org.apache.iotdb.db.query.aggregation with parameters of type ValueIterator Modifier and Type Method Description abstract voidAggregateResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)This method calculates the aggregation using values that have been calculated -
Uses of ValueIterator in org.apache.iotdb.db.query.aggregation.impl
Methods in org.apache.iotdb.db.query.aggregation.impl with parameters of type ValueIterator Modifier and Type Method Description voidAvgAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidCountAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidExtremeAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidFirstValueAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidFirstValueDescAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidLastValueAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidLastValueDescAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidMaxTimeAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidMaxTimeDescAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidMaxValueAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidMinTimeAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidMinTimeDescAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidMinValueAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator)voidSumAggrResult. updateResultUsingValues(long[] timestamps, int length, ValueIterator valueIterator) -
Uses of ValueIterator in org.apache.iotdb.db.utils
Subclasses of ValueIterator in org.apache.iotdb.db.utils Modifier and Type Class Description classAlignedValueIteratorUsed for value object is instance of TsPrimitiveType[]Methods in org.apache.iotdb.db.utils that return ValueIterator Modifier and Type Method Description static ValueIteratorQueryUtils. generateValueIterator(java.lang.Object[] values)
-