Struct google_bigquery2::TimePartitioning [−][src]
pub struct TimePartitioning {
pub field: Option<String>,
pub type_: Option<String>,
pub expiration_ms: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
field: Option<String>
[Experimental] [Optional] If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED.
type_: Option<String>
[Required] The only type supported is DAY, which will generate one partition per day.
expiration_ms: Option<String>
[Optional] Number of milliseconds for which to keep the storage for a partition.
Trait Implementations
impl Default for TimePartitioning[src]
impl Default for TimePartitioningfn default() -> TimePartitioning[src]
fn default() -> TimePartitioningReturns the "default value" for a type. Read more
impl Clone for TimePartitioning[src]
impl Clone for TimePartitioningfn clone(&self) -> TimePartitioning[src]
fn clone(&self) -> TimePartitioningReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TimePartitioning[src]
impl Debug for TimePartitioningfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for TimePartitioning[src]
impl Part for TimePartitioningAuto Trait Implementations
impl Send for TimePartitioning
impl Send for TimePartitioningimpl Sync for TimePartitioning
impl Sync for TimePartitioning