pub struct ClickPipeBigQueryPipeSettings {
pub allow_nullable_columns: bool,
pub initial_load_parallelism: f64,
pub replication_mode: ClickPipeBigQueryPipeSettingsReplicationmode,
pub snapshot_num_rows_per_partition: f64,
pub snapshot_number_of_parallel_tables: f64,
}Expand description
ClickPipeBigQueryPipeSettings from the ClickHouse Cloud API.
Fields§
§allow_nullable_columns: bool§initial_load_parallelism: f64§replication_mode: ClickPipeBigQueryPipeSettingsReplicationmode§snapshot_num_rows_per_partition: f64§snapshot_number_of_parallel_tables: f64Trait Implementations§
Source§impl Clone for ClickPipeBigQueryPipeSettings
impl Clone for ClickPipeBigQueryPipeSettings
Source§fn clone(&self) -> ClickPipeBigQueryPipeSettings
fn clone(&self) -> ClickPipeBigQueryPipeSettings
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 Default for ClickPipeBigQueryPipeSettings
impl Default for ClickPipeBigQueryPipeSettings
Source§fn default() -> ClickPipeBigQueryPipeSettings
fn default() -> ClickPipeBigQueryPipeSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipeBigQueryPipeSettings
impl<'de> Deserialize<'de> for ClickPipeBigQueryPipeSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ClickPipeBigQueryPipeSettings
impl PartialEq for ClickPipeBigQueryPipeSettings
Source§fn eq(&self, other: &ClickPipeBigQueryPipeSettings) -> bool
fn eq(&self, other: &ClickPipeBigQueryPipeSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickPipeBigQueryPipeSettings
Auto Trait Implementations§
impl Freeze for ClickPipeBigQueryPipeSettings
impl RefUnwindSafe for ClickPipeBigQueryPipeSettings
impl Send for ClickPipeBigQueryPipeSettings
impl Sync for ClickPipeBigQueryPipeSettings
impl Unpin for ClickPipeBigQueryPipeSettings
impl UnsafeUnpin for ClickPipeBigQueryPipeSettings
impl UnwindSafe for ClickPipeBigQueryPipeSettings
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