StatisticsQueryResult

Represents a type that contains the results of a statistics query.

Since

200.1.0

Functions

Link copied to clipboard
open operator override fun iterator(): Iterator<StatisticRecord>

Returns the statistic records iterator.

Inherited functions

Link copied to clipboard
open fun forEach(p0: Consumer<in StatisticRecord>)
Link copied to clipboard