☰
SchemaRef
In polars::export::arrow::datatypes
?
Type Definition
polars
::
export
::
arrow
::
datatypes
::
SchemaRef
source
·
[
−
]
pub type SchemaRef =
Arc
<
Schema
>;
Expand description
typedef for
Arc<Schema>
.