DoublePropertyQuery extension

"Property query" for a double field. Created by Query.property().

on

Properties

distinct bool
Get the status of "distinct-values" configuration.
getter/setter pair

Methods

average() double
Average value of the property over all objects matching the query.
count() int
Returns the count of non-null values.
find({double? replaceNullWith}) List<double>
Returns values of this property matching the query.
max() double
Maximum value of the property over all objects matching the query.
min() double
Minimum value of the property over all objects matching the query.
sum() double
Sum of all property values over objects matching the query.