# Functions

Count returns the number of values which includes the given attribute.
CountAll returns the number of all values.
DistinctValues returns the number of distinct values which has the given attribute.
DistinctValuesAll returns all distinct values.
DoubleAverage returns the average of values of the given attribute.
DoubleAverageAll returns the average of all values of the given attribute.
DoubleSum returns the sum of values of the given attribute.
DoubleSumAll returns the sum of all values of the given attribute.
IntAverage returns the average of values of the given attribute.
IntAverageAll returns the average of all values of the given attribute.
IntSum returns the sum of values of the given attribute.
IntSumAll returns the sum of all values of the given attribute.
LongAverage returns the average of values of the given attribute.
LongAverageAll returns the average of all values of the given attribute.
LongSum returns the sum of values of the given attribute.
LongSumAll returns the sum of all values of the given attribute.
Max returns the maximum of the values corresponding to the given attribute.
MaxAll returns the maximum of all values.
Min returns the minimum of the values corresponding to the given attribute.
MinAll returns the minimum of all values.

# Interfaces

No description provided by the author