Type Alias arrow2::datatypes::SchemaRef

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

typedef for Arc<Schema>.

Aliased Type§

struct SchemaRef { /* private fields */ }