explore
Explores data by applying filters and aggregations.
Syntax
explore(<name>)
| Parameter | Type | Description |
|---|---|---|
| name | Text | The name or identifier. |
Return values
Null
Usage
Explores data by applying filters and aggregations.
explore(orders, filter(orders.status = 'paid'), sum(orders.total_price))