Google BigQuery User Defined Function. BigQuery supports user-defined functions (UDFs) written in
JavaScript. A UDF is similar to the "Map" function in a MapReduce: it takes a single row as input
and produces zero or more rows as output. The output can potentially have a different schema than
the input.
See Also: User-Defined Functions
If #getType() is Type#INLINE this method returns a code blob. If #getType() is Type#FROM_URI the method returns a Google Cloud Storage URI (e.g.
gs://bucket/path).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]