pub struct ArrowRecordBatchIpcStreamFormat { /* private fields */ }
Implementations§
Source§impl ArrowRecordBatchIpcStreamFormat
impl ArrowRecordBatchIpcStreamFormat
pub fn new(schema: Arc<Schema>) -> Self
pub fn with_options(schema: Arc<Schema>, options: IpcWriteOptions) -> Self
Trait Implementations§
Source§impl StreamingFormat<RecordBatch> for ArrowRecordBatchIpcStreamFormat
impl StreamingFormat<RecordBatch> for ArrowRecordBatchIpcStreamFormat
fn to_bytes_stream<'a, 'b>( &'a self, stream: BoxStream<'b, Result<RecordBatch, Error>>, _: &'a StreamBodyAsOptions, ) -> BoxStream<'b, Result<Bytes, Error>>
fn http_response_headers( &self, options: &StreamBodyAsOptions, ) -> Option<HeaderMap>
Auto Trait Implementations§
impl Freeze for ArrowRecordBatchIpcStreamFormat
impl RefUnwindSafe for ArrowRecordBatchIpcStreamFormat
impl Send for ArrowRecordBatchIpcStreamFormat
impl Sync for ArrowRecordBatchIpcStreamFormat
impl Unpin for ArrowRecordBatchIpcStreamFormat
impl UnwindSafe for ArrowRecordBatchIpcStreamFormat
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