Type Alias deltalake::datafusion::common::DFSchemaRef

source ·
pub type DFSchemaRef = Arc<DFSchema>;
Expand description

A reference-counted reference to a DFSchema.

Aliased Type§

struct DFSchemaRef { /* private fields */ }