Struct google_cloud_bigquery::http::table::BigtableOptions
source · pub struct BigtableOptions {
pub column_families: Vec<BigtableColumnFamily>,
pub ignore_unspecified_column_families: Option<bool>,
pub read_rowkey_as_string: Option<bool>,
}Fields§
§column_families: Vec<BigtableColumnFamily>Optional. tabledata.list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the ‘type’ field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.
ignore_unspecified_column_families: Option<bool>Optional. If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
read_rowkey_as_string: Option<bool>Optional. If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
Trait Implementations§
source§impl Clone for BigtableOptions
impl Clone for BigtableOptions
source§fn clone(&self) -> BigtableOptions
fn clone(&self) -> BigtableOptions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BigtableOptions
impl Debug for BigtableOptions
source§impl Default for BigtableOptions
impl Default for BigtableOptions
source§fn default() -> BigtableOptions
fn default() -> BigtableOptions
source§impl<'de> Deserialize<'de> for BigtableOptions
impl<'de> Deserialize<'de> for BigtableOptions
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<BigtableOptions> for BigtableOptions
impl PartialEq<BigtableOptions> for BigtableOptions
source§fn eq(&self, other: &BigtableOptions) -> bool
fn eq(&self, other: &BigtableOptions) -> bool
self and other values to be equal, and is used
by ==.source§impl Serialize for BigtableOptions
impl Serialize for BigtableOptions
impl Eq for BigtableOptions
impl StructuralEq for BigtableOptions
impl StructuralPartialEq for BigtableOptions
Auto Trait Implementations§
impl RefUnwindSafe for BigtableOptions
impl Send for BigtableOptions
impl Sync for BigtableOptions
impl Unpin for BigtableOptions
impl UnwindSafe for BigtableOptions
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