Struct parquet2::write::WriteOptions
source · Expand description
Write options of different interfaces on this crate
Fields§
§write_statistics: bool
Whether to write statistics, including indexes
version: Version
Which Parquet version to use
Trait Implementations§
source§impl Clone for WriteOptions
impl Clone for WriteOptions
source§fn clone(&self) -> WriteOptions
fn clone(&self) -> WriteOptions
Returns a copy of the value. Read more
1.0.0 · 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 WriteOptions
impl Debug for WriteOptions
source§impl Hash for WriteOptions
impl Hash for WriteOptions
source§impl PartialEq<WriteOptions> for WriteOptions
impl PartialEq<WriteOptions> for WriteOptions
source§fn eq(&self, other: &WriteOptions) -> bool
fn eq(&self, other: &WriteOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.