pub struct ParquetExporter;Expand description
Default Exporter backed by arrow-rs + parquet-rs.
Implementations§
Source§impl ParquetExporter
impl ParquetExporter
Sourcepub const fn new() -> Self
pub const fn new() -> Self
Construct a ParquetExporter.
Trait Implementations§
Source§impl Clone for ParquetExporter
impl Clone for ParquetExporter
Source§fn clone(&self) -> ParquetExporter
fn clone(&self) -> ParquetExporter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParquetExporter
impl Debug for ParquetExporter
Source§impl Default for ParquetExporter
impl Default for ParquetExporter
Source§fn default() -> ParquetExporter
fn default() -> ParquetExporter
Returns the “default value” for a type. Read more
Source§impl Exporter for ParquetExporter
impl Exporter for ParquetExporter
Source§fn export(
&self,
ws: &Workspace,
opts: &ExportOptions,
) -> Result<ExportReport, ExportError>
fn export( &self, ws: &Workspace, opts: &ExportOptions, ) -> Result<ExportReport, ExportError>
impl Copy for ParquetExporter
Auto Trait Implementations§
impl Freeze for ParquetExporter
impl RefUnwindSafe for ParquetExporter
impl Send for ParquetExporter
impl Sync for ParquetExporter
impl Unpin for ParquetExporter
impl UnsafeUnpin for ParquetExporter
impl UnwindSafe for ParquetExporter
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