pub fn try_schema_from_flatbuffer_bytes(
    bytes: &[u8]
) -> Result<Schema, ArrowError>
Expand description

Try deserialize flat buffer format bytes into a schema