Skip to main content

FilterClause

A compile-side filter clause (same shape as the query Condition, but author-defined). Used by a named Filter, and as a filtered-aggregate clause on AggSpec/Metric.

columnColumn (string)required

Semantic column definition. Capability flags control filtering, sorting, grouping, and catalog visibility; values is exhaustive, samples is illustrative, and dictionary-backed columns suppress both value lists from semantic catalog output.

opOp (string)required
valueValue
granularity object
anyOf
string

Possible values: [day, week, month, quarter, year]

FilterClause
{
"column": "string",
"op": "string",
"granularity": "day"
}