Type Definition datafusion_common::DFSchemaRef
source · pub type DFSchemaRef = Arc<DFSchema>;Expand description
A reference-counted reference to a DFSchema.
pub type DFSchemaRef = Arc<DFSchema>;A reference-counted reference to a DFSchema.