Struct aws_sdk_iotanalytics::model::ParquetConfiguration
source · #[non_exhaustive]pub struct ParquetConfiguration { /* private fields */ }Expand description
Contains the configuration information of the Parquet format.
Implementations§
source§impl ParquetConfiguration
impl ParquetConfiguration
sourcepub fn schema_definition(&self) -> Option<&SchemaDefinition>
pub fn schema_definition(&self) -> Option<&SchemaDefinition>
Information needed to define a schema.
source§impl ParquetConfiguration
impl ParquetConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParquetConfiguration.
Trait Implementations§
source§impl Clone for ParquetConfiguration
impl Clone for ParquetConfiguration
source§fn clone(&self) -> ParquetConfiguration
fn clone(&self) -> ParquetConfiguration
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 ParquetConfiguration
impl Debug for ParquetConfiguration
source§impl PartialEq<ParquetConfiguration> for ParquetConfiguration
impl PartialEq<ParquetConfiguration> for ParquetConfiguration
source§fn eq(&self, other: &ParquetConfiguration) -> bool
fn eq(&self, other: &ParquetConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.