Expand description
ScalarUDFImpl definitions for array_has, array_has_all and array_has_any functions.
Structsยง
Enumsยง
- Array
Wrapper ๐ - Comparison
Type ๐ - Represents the type of comparison for array_has.
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_ and_ any_ dispatch - array_
has_ ๐all_ and_ any_ inner - array_
has_ ๐all_ and_ any_ string_ internal - array_
has_ ๐all_ inner - array_
has_ all_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayHasAll - 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_ inner - array_
has_ any_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayHasAny - array_
has_ ๐dispatch_ for_ array - array_
has_ ๐dispatch_ for_ scalar - array_
has_ ๐inner_ for_ array - array_
has_ ๐inner_ for_ scalar - array_
has_ ๐string_ kernel - array_
has_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayHas - general_
array_ ๐has_ all_ and_ any_ kernel - general_
array_ ๐has_ for_ all_ and_ any