Click to copy
Functions And Operators • Reviewed for ksqlDB 0.29
How to Use Table Functions in ksqlDB
Table functions are functions that allow you to expand one row into multiple rows.
They are especially useful when used in combination with arrays, as you can expand each of the elements into its own row.
When listing functions, they are marked with the TABLE
category.
Function Name | Category
--------------------------------------------
CUBE_EXPLODE | TABLE
EXPLODE | TABLE
Was this article helpful?