Filter berdasarkan kategori:
Menampilkan 24 dari 220 fungsi
JSON_VALUE_ARRAY
Extracts an array of scalars from a native JSON value as ARRAY<STRING>.
ARRAY<STRING>LAG
Accesses a value from a previous row in the partition based on the specified offset.
Same as input expressionLAST_DAY
Returns the last day of the specified period (month, quarter, or year).
DATELAST_VALUE
Returns the last value in the window frame for each row.
Same as input expressionLAX_BOOL
Converts a JSON value to BOOL using flexible, lax type conversion.
BOOLLAX_FLOAT64
Converts a JSON value to FLOAT64 using flexible, lax type conversion.
FLOAT64LAX_INT64
Converts a JSON value to INT64 using flexible, lax type conversion.
INT64LAX_STRING
Converts a JSON value to STRING using flexible, lax type conversion.
STRINGLEAD
Accesses a value from a subsequent row in the partition based on the specified offset.
Same as input expressionLEAST
Mengembalikan nilai terkecil dari daftar ekspresi.
Same as input typeLEFT
Extracts a specified number of characters from the left (beginning) of a string. A more readable shorthand than SUBSTR for extracting leading characters.
STRINGLENGTH
Returns the number of characters in a string. For BYTES, returns the number of bytes.
INT64LN
Calculates the natural logarithm (base e) of a number.
FLOAT64LOG
Calculates the logarithm with a configurable base.
FLOAT64LOG10
Calculates the base-10 logarithm (common logarithm).
FLOAT64LOGICAL_AND
Returns TRUE if ALL values in the group are TRUE. Acts as an aggregated AND operator, useful for verifying that every condition in a set is met.
BOOLLOGICAL_OR
Returns TRUE if AT LEAST ONE value in the group is TRUE. Acts as an aggregated OR operator, useful for checking whether any condition in a set is met.
BOOLLOWER
Converts all characters in a string to lowercase. Supports Unicode characters.
STRINGLPAD
Pads the left side of a string with characters until it reaches a specified length. Left padding.
STRINGLTRIM
Removes characters from the left side (beginning) of a string. Left trim for leading characters.
STRINGMAKE_DATE
Membuat DATE dari komponen year, month, dan day.
DATEMAX
Returns the maximum value from a column or expression. Supports numeric, string, date/time, and boolean types in BigQuery.
Same as input typeMD5
Menghitung MD5 hash dari input. Return BYTES.
BYTESMIN
Returns the minimum value from a column or expression. Supports numeric, string, date/time, and boolean types in BigQuery.
Same as input type