DRAFTThis page is not published. Only visible in development mode.
RQL pipeline operator

apply

Runs a named operator as a pipeline step, extending a query with reusable transformations.

What apply is for

apply invokes an operator by name inside a pipeline, with its own options block. This page will document the syntax, the built-in operators available through apply, and how it composes with the rest of the pipeline.