BigQuery UDFs
Search documents
X @Token Terminal ๐
Token Terminal ๐ยท 2025-07-22 15:51
RT Token Terminal ๐ (@tokenterminal)Introducing the solution (BigQuery UDFs)โช๏ธ We solved this with BigQuery UDFs, user-defined JavaScript functions that run inside SQL queries.โช๏ธ They let us encapsulate the decoding logic once, and apply it across millions of rows without repeating the same logic across our codebase.โช๏ธ It made our queries faster to write, easier to audit, and cheaper to run. ...