Hanyu Zheng

Results 8 issues of Hanyu Zheng

## What is the purpose of the change This is an implementation of ARRAY_MIN ## Brief change log The array_min() function get the minimum element from input array. The result...

## What is the purpose of the change This is an implementation of MAP_UNION Returns a map created by merging at least one map. These maps should have a common...

## What is the purpose of the change Implement the elt function to extract the n-th input value from a row of inputs. The elt function in the ETL pipeline...

## What is the purpose of the change This is an implementation of SPLIT ## Brief change log Splits a string into an array of substrings based on a delimiter....

component=<none>

## What is the purpose of the change This is an implementation of FIELD The FIELD function returns the position of a value in a list of values (val...). The...

## What is the purpose of the change This is an implementation of GENERATE_SERIES ## Brief change log Constructs an array of values between start and end, inclusive. Parameters start...

## What is the purpose of the change This is an implementation of ARRAY_INTERSECT function Returns an array of the elements in the intersection of array1 and array2, without duplicates....

## What is the purpose of the change This is an implementation of ARRAY_EXCEPT function ARRAY_EXCEPT(array1, array2) - Returns an array of the elements in array1 but not in array2,...