[][src]Enum bigtable::data::RowFilter_oneof_filter

pub enum RowFilter_oneof_filter {
    chain(RowFilter_Chain),
    interleave(RowFilter_Interleave),
    condition(RowFilter_Condition),
    sink(bool),
    pass_all_filter(bool),
    block_all_filter(bool),
    row_key_regex_filter(Vec<u8>),
    row_sample_filter(f64),
    family_name_regex_filter(String),
    column_qualifier_regex_filter(Vec<u8>),
    column_range_filter(ColumnRange),
    timestamp_range_filter(TimestampRange),
    value_regex_filter(Vec<u8>),
    value_range_filter(ValueRange),
    cells_per_row_offset_filter(i32),
    cells_per_row_limit_filter(i32),
    cells_per_column_limit_filter(i32),
    strip_value_transformer(bool),
    apply_label_transformer(String),
}

Variants

chain(RowFilter_Chain)
interleave(RowFilter_Interleave)
condition(RowFilter_Condition)
sink(bool)
pass_all_filter(bool)
block_all_filter(bool)
row_key_regex_filter(Vec<u8>)
row_sample_filter(f64)
family_name_regex_filter(String)
column_qualifier_regex_filter(Vec<u8>)
column_range_filter(ColumnRange)
timestamp_range_filter(TimestampRange)
value_regex_filter(Vec<u8>)
value_range_filter(ValueRange)
cells_per_row_offset_filter(i32)
cells_per_row_limit_filter(i32)
cells_per_column_limit_filter(i32)
strip_value_transformer(bool)
apply_label_transformer(String)

Trait Implementations

impl Clone for RowFilter_oneof_filter[src]

impl PartialEq<RowFilter_oneof_filter> for RowFilter_oneof_filter[src]

Auto Trait Implementations

impl Send for RowFilter_oneof_filter

impl Unpin for RowFilter_oneof_filter

impl Sync for RowFilter_oneof_filter

impl UnwindSafe for RowFilter_oneof_filter

impl !RefUnwindSafe for RowFilter_oneof_filter

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err