Process Flow - SELECT with Snowflake functions
Start Query
Parse SELECT statement
Evaluate each function in SELECT
Fetch data rows
Apply functions to each row
Return transformed results
End Query
The query starts by parsing the SELECT statement, then evaluates each Snowflake function on the data rows, and finally returns the transformed results.