Skip to content

Commit 58e2b42

Browse files
Update UDAF-in-google-bigquery.md
1 parent 49388a6 commit 58e2b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UDAF-in-google-bigquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# User Defined Aggregate Functions (UDAF) in Google Bigquery
22

3-
User Defined Aggregate Functions (UDAF) are now available in Google BigQuery. Here is an example of defining a UDAF to calculate the Geometric Mean of a column of data.
3+
User Defined Aggregate Functions (UDAF) are now available in Google BigQuery. Here is an example of defining a UDAF to calculate the [Geometric Mean](better-than-average-calculating-geometric-means-using-SQL) of a column of data.
44

55
### Defining the UDAF
66

0 commit comments

Comments
 (0)