Builder

class Builder

Properties

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.