datafusion_common

Type Alias DFSchemaRef

Source
pub type DFSchemaRef = Arc<DFSchema>;
Expand description

A reference-counted reference to a DFSchema.

Aliased Typeยง

struct DFSchemaRef { /* private fields */ }