pub struct DynSchema {
pub schema: SchemaRef,
}
Expand description
A runtime Arrow schema wrapper used by the unified facade.
Fields§
§schema: SchemaRef
The underlying arrow_schema::SchemaRef
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynSchema
impl RefUnwindSafe for DynSchema
impl Send for DynSchema
impl Sync for DynSchema
impl Unpin for DynSchema
impl UnwindSafe for DynSchema
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more