Fungsi untuk menghitung nilai dari kumpulan data. Temukan semua 28 fungsi aggregate di BigQuery lengkap dengan syntax, contoh, dan penjelasan bahasa Indonesia.
28 fungsi aggregate di BigQuery
← Semua fungsi BigQueryReturns one value from a group non-deterministically. Useful for retrieving a value from a column that is not being aggregated when all values in the group are the same.
Same as input typeEstimates the number of distinct values using the HyperLogLog++ algorithm. Much faster and less resource-intensive than COUNT(DISTINCT) for large datasets.
INT64Calculates approximate quantile boundaries from numeric data. Uses an efficient approximate algorithm for large datasets, returning an array with n+1 elements.
ARRAY<T>