Module each

Module each 

Source
Expand description

expand object into key-value rows

Structsยง

JsonbEachTableFunction
A DataFusion TableFunctionImpl that expands a JSONB object or array into rows of (key, value).
JsonbEachTableProvider
Table provider for expanding JSONB objects into key-value rows.