Filter berdasarkan kategori:
Menampilkan 24 dari 220 fungsi
BYTE_LENGTH
Mengembalikan jumlah bytes dari STRING atau BYTES value.
INT64CASE
Evaluasi kondisi dan mengembalikan hasil berdasarkan kondisi pertama yang TRUE.
Type of result expressionsCAST
Mengkonversi expression ke tipe data yang ditentukan.
Specified typeCEIL
Rounds a number up to the nearest integer greater than or equal to the input.
Same as input typeCEILING
Alias for CEIL. Rounds a number up to the nearest integer.
Same as input typeCHAR_LENGTH
Returns the number of characters in a string. An alias for LENGTH, available for standard SQL compatibility.
INT64CHR
Converts a Unicode code point value into a string character. The inverse of the ASCII function.
STRINGCOALESCE
Mengembalikan nilai non-NULL pertama dari daftar expressions.
Type of expressionsCODE_POINTS_TO_BYTES
Converts an array of code points (extended ASCII 0–255) into BYTES.
BYTESCODE_POINTS_TO_STRING
Converts an array of Unicode code points into a STRING.
STRINGCONCAT
Concatenates two or more strings into one. A foundational string concatenation function in BigQuery that supports multiple data types.
STRINGCONTAINS_SUBSTR
Checks whether a string contains a specified substring. Case-insensitive and supports JSON structures.
BOOLCORR
Menghitung koefisien korelasi Pearson antara dua kolom numerik.
FLOAT64COS
Menghitung nilai cosinus dari sudut dalam radian.
FLOAT64COT
Menghitung nilai cotangen dari sudut dalam radian (1/TAN).
FLOAT64COUNT
Counts the number of rows or non-NULL values in a column. A fundamental aggregate function in BigQuery for large-scale data analysis.
INT64COUNTIF
Counts the number of rows that satisfy a given condition. Provides a more concise and readable syntax compared to COUNT with CASE or IF.
INT64COVAR_POP
Menghitung kovarians populasi antara dua kolom numerik.
FLOAT64COVAR_SAMP
Menghitung kovarians sample antara dua kolom numerik.
FLOAT64CUME_DIST
Menghitung cumulative distribution - proporsi baris dengan nilai kurang dari atau sama dengan baris saat ini.
FLOAT64CURRENT_DATE
Returns the current date based on the specified timezone or the default timezone.
DATECURRENT_DATETIME
Returns the current datetime (date and time without timezone information) based on the specified timezone.
DATETIMECURRENT_TIME
Returns the current time (without a date) based on the specified timezone.
TIMECURRENT_TIMESTAMP
Returns the current timestamp in UTC. This is the most common way to get the current date and time in BigQuery.
TIMESTAMP