Struct gcp_bigquery_client::model::range_partitioning::RangePartitioning [−][src]
pub struct RangePartitioning {
pub field: Option<String>,
pub range: Option<RangePartitioningRange>,
}Fields
field: Option<String>[TrustedTester] [Required] The table is partitioned by this field. The field must be a top-level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64.
range: Option<RangePartitioningRange>Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for RangePartitioning
impl Send for RangePartitioning
impl Sync for RangePartitioning
impl Unpin for RangePartitioning
impl UnwindSafe for RangePartitioning
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more