Struct google_cloud_bigquery::http::table::BigtableColumn
source · pub struct BigtableColumn {
pub qualifier_encoded: Option<String>,
pub qualifier_string: Option<String>,
pub field_name: Option<String>,
pub data_type: Option<String>,
pub encoding: Option<String>,
pub only_read_latest: Option<bool>,
}Fields§
§qualifier_encoded: Option<String>[Required] Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
qualifier_string: Option<String>§field_name: Option<String>Optional. If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
data_type: Option<String>Optional. The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes. toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. ‘type’ can also be set at the column family level. However, the setting at this level takes precedence if ‘type’ is set at both levels.
encoding: Option<String>Optional. The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. ‘encoding’ can also be set at the column family level. However, the setting at this level takes precedence if ‘encoding’ is set at both levels.
only_read_latest: Option<bool>Optional. If this is set, only the latest version of value in this column are exposed. ‘onlyReadLatest’ can also be set at the column family level. However, the setting at this level takes precedence if ‘onlyReadLatest’ is set at both levels.
Trait Implementations§
source§impl Clone for BigtableColumn
impl Clone for BigtableColumn
source§fn clone(&self) -> BigtableColumn
fn clone(&self) -> BigtableColumn
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BigtableColumn
impl Debug for BigtableColumn
source§impl Default for BigtableColumn
impl Default for BigtableColumn
source§fn default() -> BigtableColumn
fn default() -> BigtableColumn
source§impl<'de> Deserialize<'de> for BigtableColumn
impl<'de> Deserialize<'de> for BigtableColumn
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>,
source§impl PartialEq<BigtableColumn> for BigtableColumn
impl PartialEq<BigtableColumn> for BigtableColumn
source§fn eq(&self, other: &BigtableColumn) -> bool
fn eq(&self, other: &BigtableColumn) -> bool
self and other values to be equal, and is used
by ==.source§impl Serialize for BigtableColumn
impl Serialize for BigtableColumn
impl Eq for BigtableColumn
impl StructuralEq for BigtableColumn
impl StructuralPartialEq for BigtableColumn
Auto Trait Implementations§
impl RefUnwindSafe for BigtableColumn
impl Send for BigtableColumn
impl Sync for BigtableColumn
impl Unpin for BigtableColumn
impl UnwindSafe for BigtableColumn
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request