Struct kudu_pb::wire_protocol::RowwiseRowBlockPB
[−]
[src]
pub struct RowwiseRowBlockPB { /* fields omitted */ }
Methods
impl RowwiseRowBlockPB
[src]
fn new() -> RowwiseRowBlockPB
fn default_instance() -> &'static RowwiseRowBlockPB
fn clear_num_rows(&mut self)
fn has_num_rows(&self) -> bool
fn set_num_rows(&mut self, v: i32)
fn get_num_rows(&self) -> i32
fn clear_rows_sidecar(&mut self)
fn has_rows_sidecar(&self) -> bool
fn set_rows_sidecar(&mut self, v: i32)
fn get_rows_sidecar(&self) -> i32
fn clear_indirect_data_sidecar(&mut self)
fn has_indirect_data_sidecar(&self) -> bool
fn set_indirect_data_sidecar(&mut self, v: i32)
fn get_indirect_data_sidecar(&self) -> i32
Trait Implementations
impl PartialEq for RowwiseRowBlockPB
[src]
fn eq(&self, __arg_0: &RowwiseRowBlockPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RowwiseRowBlockPB) -> bool
This method tests for !=
.
impl Clone for RowwiseRowBlockPB
[src]
fn clone(&self) -> RowwiseRowBlockPB
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 RowwiseRowBlockPB
[src]
fn default() -> RowwiseRowBlockPB
Returns the "default value" for a type. Read more