Expand description
ScalarUDFImpl
definitions for array_has, array_has_all and array_has_any functions.
Structs§
Functions§
- array_
has - returns true, if the element appears in the first array, otherwise false.
- array_
has_ all - returns true if each element of the second array appears in the first array; otherwise, it returns false.
- array_
has_ all_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
] - array_
has_ any - returns true if at least one element of the second array appears in the first array; otherwise, it returns false.
- array_
has_ any_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
] - array_
has_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
]