Module array_has

Module array_has 

Source
Expand description

ScalarUDFImpl definitions for array_has, array_has_all and array_has_any functions.

Structsยง

ArrayHas
ArrayHasAll
ArrayHasAny

Enumsยง

ArrayWrapper ๐Ÿ”’
ComparisonType ๐Ÿ”’
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 ScalarUDF for 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 ScalarUDF for 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 ScalarUDF for ArrayHas
general_array_has_all_and_any_kernel ๐Ÿ”’
general_array_has_for_all_and_any ๐Ÿ”’