Type Alias polars_arrow::datatypes::SchemaRef

source ·
pub type SchemaRef = Arc<ArrowSchema>;
Expand description

typedef for Arc<ArrowSchema>.

Aliased Type§

struct SchemaRef { /* private fields */ }