Expand description
Table function to parse all transit objects in a block and return them as JSONB
Structs§
- Parse
Block Table Function - A DataFusion
TableFunctionImplthat 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::Valueto ajsonb::Value.