Struct kudu_pb::tablet_metadata::RowSetDataPB
[−]
[src]
pub struct RowSetDataPB { /* fields omitted */ }
Methods
impl RowSetDataPB
[src]
fn new() -> RowSetDataPB
fn default_instance() -> &'static RowSetDataPB
fn clear_id(&mut self)
fn has_id(&self) -> bool
fn set_id(&mut self, v: u64)
fn get_id(&self) -> u64
fn clear_last_durable_dms_id(&mut self)
fn has_last_durable_dms_id(&self) -> bool
fn set_last_durable_dms_id(&mut self, v: i64)
fn get_last_durable_dms_id(&self) -> i64
fn clear_columns(&mut self)
fn set_columns(&mut self, v: RepeatedField<ColumnDataPB>)
fn mut_columns(&mut self) -> &mut RepeatedField<ColumnDataPB>
fn take_columns(&mut self) -> RepeatedField<ColumnDataPB>
fn get_columns(&self) -> &[ColumnDataPB]
fn clear_redo_deltas(&mut self)
fn set_redo_deltas(&mut self, v: RepeatedField<DeltaDataPB>)
fn mut_redo_deltas(&mut self) -> &mut RepeatedField<DeltaDataPB>
fn take_redo_deltas(&mut self) -> RepeatedField<DeltaDataPB>
fn get_redo_deltas(&self) -> &[DeltaDataPB]
fn clear_undo_deltas(&mut self)
fn set_undo_deltas(&mut self, v: RepeatedField<DeltaDataPB>)
fn mut_undo_deltas(&mut self) -> &mut RepeatedField<DeltaDataPB>
fn take_undo_deltas(&mut self) -> RepeatedField<DeltaDataPB>
fn get_undo_deltas(&self) -> &[DeltaDataPB]
fn clear_bloom_block(&mut self)
fn has_bloom_block(&self) -> bool
fn set_bloom_block(&mut self, v: BlockIdPB)
fn mut_bloom_block(&mut self) -> &mut BlockIdPB
fn take_bloom_block(&mut self) -> BlockIdPB
fn get_bloom_block(&self) -> &BlockIdPB
fn clear_adhoc_index_block(&mut self)
fn has_adhoc_index_block(&self) -> bool
fn set_adhoc_index_block(&mut self, v: BlockIdPB)
fn mut_adhoc_index_block(&mut self) -> &mut BlockIdPB
fn take_adhoc_index_block(&mut self) -> BlockIdPB
fn get_adhoc_index_block(&self) -> &BlockIdPB
Trait Implementations
impl PartialEq for RowSetDataPB
[src]
fn eq(&self, __arg_0: &RowSetDataPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RowSetDataPB) -> bool
This method tests for !=
.
impl Clone for RowSetDataPB
[src]
fn clone(&self) -> RowSetDataPB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for RowSetDataPB
[src]
fn default() -> RowSetDataPB
Returns the "default value" for a type. Read more