AnalysisRuleAggregation

A type of analysis rule that enables query structure and specified queries that produce aggregate statistics.

Types

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

Properties

Link copied to clipboard

An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.

Link copied to clipboard

The columns that query runners are allowed to use in aggregation queries.

Link copied to clipboard

Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND.

Link copied to clipboard

The columns that query runners are allowed to select, group by, or filter by.

Link copied to clipboard

Columns in configured table that can be used in join statements and/or as aggregate columns. They can never be outputted directly.

Link copied to clipboard

Control that requires member who runs query to do a join with their configured table and/or other configured table in query.

Link copied to clipboard

Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.

Link copied to clipboard

Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.

Functions

Link copied to clipboard
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