Skip to content

Parameters — AQL

Named parameters use a $ prefix. They are collected in order of first appearance and mapped to positional $N SQL parameters.

  • Named — the basics of $name parameters.
  • Optional$name? and how it behaves in filters vs set.
  • Typed & Declarations — top-level var declarations, $name<type> annotations, and type inference.