iris-having
This query is used to demonstrate how to apply a filter on a group of results using the having clause
order-by
This query shows how to sort the data using the order by clause
multiple-aggregations
This query illustrates how to combine multiple aggregation functions at the same query. For example, min, max, and avg functions
Basic-optional
Een voorbeeld van een optional query.
Similar to this construct query, but showing the flexibility of returning some results that are deeper in the graph.
This is the flexibility, and therefore predictability, that construct query provide. This makes them a good replacement for the less predictable describe queries.
This construct query is similar to this describe query, but has predictable results.
nested-aggregate
Aggregate functions can be nested, e.g., to calculate the maximum count.