Type Alias polars::prelude::SchemaRef

source ·
pub type SchemaRef = Arc<Schema<DataType>>;

Aliased Type§

struct SchemaRef { /* private fields */ }