AnalysisRuleList

A type of analysis rule that enables row-level analysis.

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 logical operators (if any) that are to be used in an INNER JOIN match condition. Default is AND.

Link copied to clipboard

Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.

Link copied to clipboard

Columns that can be listed in the output.

Functions

Link copied to clipboard
inline fun copy(block: AnalysisRuleList.Builder.() -> Unit = {}): AnalysisRuleList
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