[][src]Struct bigtable::data::RowFilter

pub struct RowFilter { /* fields omitted */ }

Methods

impl RowFilter[src]

pub fn new() -> RowFilter[src]

pub fn default_instance() -> &'static RowFilter[src]

pub fn clear_chain(&mut self)[src]

pub fn has_chain(&self) -> bool[src]

pub fn set_chain(&mut self, v: RowFilter_Chain)[src]

pub fn mut_chain(&mut self) -> &mut RowFilter_Chain[src]

pub fn take_chain(&mut self) -> RowFilter_Chain[src]

pub fn get_chain(&self) -> &RowFilter_Chain[src]

pub fn clear_interleave(&mut self)[src]

pub fn has_interleave(&self) -> bool[src]

pub fn set_interleave(&mut self, v: RowFilter_Interleave)[src]

pub fn mut_interleave(&mut self) -> &mut RowFilter_Interleave[src]

pub fn take_interleave(&mut self) -> RowFilter_Interleave[src]

pub fn get_interleave(&self) -> &RowFilter_Interleave[src]

pub fn clear_condition(&mut self)[src]

pub fn has_condition(&self) -> bool[src]

pub fn set_condition(&mut self, v: RowFilter_Condition)[src]

pub fn mut_condition(&mut self) -> &mut RowFilter_Condition[src]

pub fn take_condition(&mut self) -> RowFilter_Condition[src]

pub fn get_condition(&self) -> &RowFilter_Condition[src]

pub fn clear_sink(&mut self)[src]

pub fn has_sink(&self) -> bool[src]

pub fn set_sink(&mut self, v: bool)[src]

pub fn get_sink(&self) -> bool[src]

pub fn clear_pass_all_filter(&mut self)[src]

pub fn has_pass_all_filter(&self) -> bool[src]

pub fn set_pass_all_filter(&mut self, v: bool)[src]

pub fn get_pass_all_filter(&self) -> bool[src]

pub fn clear_block_all_filter(&mut self)[src]

pub fn has_block_all_filter(&self) -> bool[src]

pub fn set_block_all_filter(&mut self, v: bool)[src]

pub fn get_block_all_filter(&self) -> bool[src]

pub fn clear_row_key_regex_filter(&mut self)[src]

pub fn has_row_key_regex_filter(&self) -> bool[src]

pub fn set_row_key_regex_filter(&mut self, v: Vec<u8>)[src]

pub fn mut_row_key_regex_filter(&mut self) -> &mut Vec<u8>[src]

pub fn take_row_key_regex_filter(&mut self) -> Vec<u8>[src]

pub fn get_row_key_regex_filter(&self) -> &[u8][src]

pub fn clear_row_sample_filter(&mut self)[src]

pub fn has_row_sample_filter(&self) -> bool[src]

pub fn set_row_sample_filter(&mut self, v: f64)[src]

pub fn get_row_sample_filter(&self) -> f64[src]

pub fn clear_family_name_regex_filter(&mut self)[src]

pub fn has_family_name_regex_filter(&self) -> bool[src]

pub fn set_family_name_regex_filter(&mut self, v: String)[src]

pub fn mut_family_name_regex_filter(&mut self) -> &mut String[src]

pub fn take_family_name_regex_filter(&mut self) -> String[src]

pub fn get_family_name_regex_filter(&self) -> &str[src]

pub fn clear_column_qualifier_regex_filter(&mut self)[src]

pub fn has_column_qualifier_regex_filter(&self) -> bool[src]

pub fn set_column_qualifier_regex_filter(&mut self, v: Vec<u8>)[src]

pub fn mut_column_qualifier_regex_filter(&mut self) -> &mut Vec<u8>[src]

pub fn take_column_qualifier_regex_filter(&mut self) -> Vec<u8>[src]

pub fn get_column_qualifier_regex_filter(&self) -> &[u8][src]

pub fn clear_column_range_filter(&mut self)[src]

pub fn has_column_range_filter(&self) -> bool[src]

pub fn set_column_range_filter(&mut self, v: ColumnRange)[src]

pub fn mut_column_range_filter(&mut self) -> &mut ColumnRange[src]

pub fn take_column_range_filter(&mut self) -> ColumnRange[src]

pub fn get_column_range_filter(&self) -> &ColumnRange[src]

pub fn clear_timestamp_range_filter(&mut self)[src]

pub fn has_timestamp_range_filter(&self) -> bool[src]

pub fn set_timestamp_range_filter(&mut self, v: TimestampRange)[src]

pub fn mut_timestamp_range_filter(&mut self) -> &mut TimestampRange[src]

pub fn take_timestamp_range_filter(&mut self) -> TimestampRange[src]

pub fn get_timestamp_range_filter(&self) -> &TimestampRange[src]

pub fn clear_value_regex_filter(&mut self)[src]

pub fn has_value_regex_filter(&self) -> bool[src]

pub fn set_value_regex_filter(&mut self, v: Vec<u8>)[src]

pub fn mut_value_regex_filter(&mut self) -> &mut Vec<u8>[src]

pub fn take_value_regex_filter(&mut self) -> Vec<u8>[src]

pub fn get_value_regex_filter(&self) -> &[u8][src]

pub fn clear_value_range_filter(&mut self)[src]

pub fn has_value_range_filter(&self) -> bool[src]

pub fn set_value_range_filter(&mut self, v: ValueRange)[src]

pub fn mut_value_range_filter(&mut self) -> &mut ValueRange[src]

pub fn take_value_range_filter(&mut self) -> ValueRange[src]

pub fn get_value_range_filter(&self) -> &ValueRange[src]

pub fn clear_cells_per_row_offset_filter(&mut self)[src]

pub fn has_cells_per_row_offset_filter(&self) -> bool[src]

pub fn set_cells_per_row_offset_filter(&mut self, v: i32)[src]

pub fn get_cells_per_row_offset_filter(&self) -> i32[src]

pub fn clear_cells_per_row_limit_filter(&mut self)[src]

pub fn has_cells_per_row_limit_filter(&self) -> bool[src]

pub fn set_cells_per_row_limit_filter(&mut self, v: i32)[src]

pub fn get_cells_per_row_limit_filter(&self) -> i32[src]

pub fn clear_cells_per_column_limit_filter(&mut self)[src]

pub fn has_cells_per_column_limit_filter(&self) -> bool[src]

pub fn set_cells_per_column_limit_filter(&mut self, v: i32)[src]

pub fn get_cells_per_column_limit_filter(&self) -> i32[src]

pub fn clear_strip_value_transformer(&mut self)[src]

pub fn has_strip_value_transformer(&self) -> bool[src]

pub fn set_strip_value_transformer(&mut self, v: bool)[src]

pub fn get_strip_value_transformer(&self) -> bool[src]

pub fn clear_apply_label_transformer(&mut self)[src]

pub fn has_apply_label_transformer(&self) -> bool[src]

pub fn set_apply_label_transformer(&mut self, v: String)[src]

pub fn mut_apply_label_transformer(&mut self) -> &mut String[src]

pub fn take_apply_label_transformer(&mut self) -> String[src]

pub fn get_apply_label_transformer(&self) -> &str[src]

Trait Implementations

impl Default for RowFilter[src]

impl Sync for RowFilter[src]

impl Clone for RowFilter[src]

impl PartialEq<RowFilter> for RowFilter[src]

impl Debug for RowFilter[src]

impl Message for RowFilter[src]

impl MessageStatic for RowFilter[src]

impl Clear for RowFilter[src]

Auto Trait Implementations

impl Send for RowFilter

impl Unpin for RowFilter

impl UnwindSafe for RowFilter

impl !RefUnwindSafe for RowFilter

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