Expand description
ScalarUDFImpl definitions for array_to_string and string_to_array functions.
Structs§
Functions§
- array_
to_ string - converts each element to its text representation.
- array_
to_ string_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayToString - string_
to_ array - splits a
stringbased on adelimiterand returns an array of parts. Any parts matching the optionalnull_stringwill be replaced withNULL - string_
to_ array_ udf - ScalarFunction that returns a
ScalarUDFfor StringToArray