Skip to main content

event_signature_to_arrow_schema

Function event_signature_to_arrow_schema 

Source
pub fn event_signature_to_arrow_schema(
    signature: &str,
    large_int_as_binary: bool,
) -> Result<Schema>
Expand description

Returns the Arrow schema that decode_events would produce for the given event signature.

large_int_as_binary must match the value passed to decode_events for the resulting batch to match this schema.