Skip to main content
Preview BigQuery pipe query syntax chains operations with the |> operator, so a query reads top to bottom instead of inside out. In BigQuery compatibility mode, Firebolt translates a pipe query to the equivalent nested query.

Supported pipe operators

Limitations

  • |> SET and |> RENAME are not supported. Use |> EXTEND or |> SELECT to compute or rename columns.
  • Other pipe operators from the BigQuery reference are not supported.
See Query syntax for the same operations in standard (non-pipe) form.