Type Alias arrow_schema::schema::SchemaRef

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

A reference-counted reference to a Schema.

Aliased Type§

struct SchemaRef { /* private fields */ }