Expand description
Comparison kernels for Array
s.
Traits§
- A trait for Arrow String Arrays, currently three types are supported:
Functions§
- Perform SQL
CONTAINS(left, right)
- Perform SQL
ENDSWITH(left, right)
- Perform SQL
left ILIKE right
- Checks if a
GenericListArray
contains a value in thePrimitiveArray
- Checks if a
GenericListArray
contains a value in theGenericStringArray
- Perform SQL
left LIKE right
- Perform SQL
left NOT ILIKE right
- Perform SQL
left NOT LIKE right
- Return BooleanArray indicating which strings in an array match an array of regular expressions.
- Return BooleanArray indicating which strings in an array match a single regular expression.
- regexp_
is_ match_ utf8 Deprecated Perform SQLarray ~ regex_array
operation onStringArray
/LargeStringArray
. Ifregex_array
element has an empty value, the corresponding result value is always true. - regexp_
is_ match_ utf8_ scalar Deprecated - Perform SQL
STARTSWITH(left, right)