Module parse_block_table_function

Module parse_block_table_function 

Source
Expand description

Table function to parse all transit objects in a block and return them as JSONB

Structs§

ParseBlockTableFunction
A DataFusion TableFunctionImpl that parses a block’s transit-serialized objects and returns each object as a row with its type name and full content as JSONB.

Functions§

transit_value_to_jsonb
Converts a transit::Value to a jsonb::Value.