Built-in functions
Translation reference for all the supported built-in functions by SnowConvert for BigQuery.
Aggregate Functions
ANY_VALUE
Note: Unlike BigQuery, Snowflake does not ignore NULLs . Additionally, Snowflake's OVER()
clause does not support the use of ORDER BY
or explicit window frames.
Conditional Expressions
Conversion Functions
Date Functions
Datetime Functions
CURRENT_TIMESTAMP :: TIMESTAMP_NTZ CURRENT_TIMESTAMP() :: TIMESTAMP_NTZ
Geography Functions
ST_GEOGFROMTEXT Note: For further details on this translation, please consult this page.
JSON Functions
Notes: SnowConvert automatically translates BigQuery JSON paths to their Snowflake equivalents.
Mathematical Functions
Navigation Functions
Numbering Functions
String Functions
TRY_BASE64_DECODE_BINARY
Notes: BigQuery defaults to BASE64 for binary data output, but Snowflake uses HEX. In Snowflake, you can use the BASE64_ENCODE
function or set BINARY_OUTPUT_FORMAT
to 'BASE64'
to view binary data in BASE64.
TRY_HEX_DECODE_BINARY
Notes: BigQuery defaults to BASE64 for binary data output, but Snowflake uses HEX. In Snowflake, you can use the BASE64_ENCODE
function or set BINARY_OUTPUT_FORMAT
to 'BASE64'
to view binary data in BASE64.
Timestamp Functions
Last updated