Module length

Module length 

Source
Expand description

ScalarUDFImpl definitions for array_length function.

Macrosยง

array_length_impl ๐Ÿ”’

Structsยง

ArrayLength

Functionsยง

array_length
returns the length of the array dimension.
array_length_inner
Array_length SQL function
array_length_udf
ScalarFunction that returns a ScalarUDF for ArrayLength
compute_array_length ๐Ÿ”’
Returns the length of a concrete array dimension
fixed_size_array_length ๐Ÿ”’
general_array_length ๐Ÿ”’
Dispatch array length computation based on the offset type.