Click to copy

• 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.

How to find them

When listing functions, they are marked with the TABLE category.

Function Name         | Category
--------------------------------------------
CUBE_EXPLODE          | TABLE
EXPLODE               | TABLE
Discover what readers are saying
topictale
Get easy to digest how-tos on ksqlDB
Sign up
Please read our Privacy Policy to understand how we protect and manage your data.
You may also like