Skip to main content
Preview BigQuery operators supported in BigQuery compatibility mode.

Supported operators

AT TIME ZONE converts between an absolute TIMESTAMP and a wall-clock DATETIME in the given zone, matching how BigQuery’s timezone-aware functions read a zone argument.

Limitations

  • BigQuery concatenation with || follows Firebolt’s string concatenation semantics. Use CONCAT for BigQuery’s argument handling.
  • Bitwise operators are read where Firebolt supports them; confirm behavior against Firebolt operators for edge cases such as negative shift counts.