Function polars_arrow::io::avro::read::infer_schema
source ยท pub fn infer_schema(record: &Record) -> PolarsResult<ArrowSchema>
Available on crate feature
io_avro
only.Expand description
Infers an ArrowSchema
from the root Record
.
This