Type Alias deltalake::kernel::SchemaRef

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

Schema reference type

Aliased Type§

struct SchemaRef { /* private fields */ }