pub struct ArrowResponseData {
pub tables: BTreeMap<&'static str, RecordBatch>,
}Expand description
Arrow record batches keyed by table name.
Fields§
§tables: BTreeMap<&'static str, RecordBatch>Auto Trait Implementations§
impl !RefUnwindSafe for ArrowResponseData
impl !UnwindSafe for ArrowResponseData
impl Freeze for ArrowResponseData
impl Send for ArrowResponseData
impl Sync for ArrowResponseData
impl Unpin for ArrowResponseData
impl UnsafeUnpin for ArrowResponseData
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