StatisticSummary

Summary information about a statistic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of columns referenced by the statistic.

Link copied to clipboard

The value of the statistic.

Link copied to clipboard

The evaluation level of the statistic. Possible values: Dataset, Column, Multicolumn.

Link copied to clipboard

The inclusion annotation for the statistic.

Link copied to clipboard

The Profile ID.

Link copied to clipboard

The timestamp when the statistic was recorded.

Link copied to clipboard

The list of datasets referenced by the statistic.

Link copied to clipboard

The Run Identifier

Link copied to clipboard

The Statistic ID.

Link copied to clipboard

The name of the statistic.

Link copied to clipboard

A StatisticPropertiesMap, which contains a NameString and DescriptionString

Functions

Link copied to clipboard
inline fun copy(block: StatisticSummary.Builder.() -> Unit = {}): StatisticSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String