pub struct LegacyTranscodeResult {
pub batches: Vec<RecordBatch>,
pub kind: LegacyTranscodeKind,
}Expand description
Record batches resolved to a current Rust Arrow schema.
Fields§
§batches: Vec<RecordBatch>§kind: LegacyTranscodeKindTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LegacyTranscodeResult
impl !UnwindSafe for LegacyTranscodeResult
impl Freeze for LegacyTranscodeResult
impl Send for LegacyTranscodeResult
impl Sync for LegacyTranscodeResult
impl Unpin for LegacyTranscodeResult
impl UnsafeUnpin for LegacyTranscodeResult
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