Skip to content

Instantly share code, notes, and snippets.

@rizz0
Last active March 11, 2020 14:50
Show Gist options
  • Save rizz0/d347a9a5448e38ec42f89d704e66a605 to your computer and use it in GitHub Desktop.
Save rizz0/d347a9a5448e38ec42f89d704e66a605 to your computer and use it in GitHub Desktop.
CREATE OR REPLACE FUNCTION `bigquery-project.dataSet.countParticipants`
(
arr STRUCT<STRING, FLOAT64>
)
RETURNS NUMERIC LANGUAGE js AS """
return arr.length;
""";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment