infer_schema_from_file_stream

Function infer_schema_from_file_stream 

Source
async fn infer_schema_from_file_stream(
    stream: BoxStream<'static, Result<Bytes>>,
) -> Result<SchemaRef>
Expand description

Custom implementation of inferring schema. Should eventually be moved upstream to arrow-rs. See https://github.com/apache/arrow-rs/issues/5021