Struct tipb::ExecutorExecutionSummary[][src]

pub struct ExecutorExecutionSummary {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ExecutorExecutionSummary[src]

pub fn new() -> ExecutorExecutionSummary[src]

pub fn get_time_processed_ns(&self) -> u64[src]

pub fn clear_time_processed_ns(&mut self)[src]

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

pub fn set_time_processed_ns(&mut self, v: u64)[src]

pub fn get_num_produced_rows(&self) -> u64[src]

pub fn clear_num_produced_rows(&mut self)[src]

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

pub fn set_num_produced_rows(&mut self, v: u64)[src]

pub fn get_num_iterations(&self) -> u64[src]

pub fn clear_num_iterations(&mut self)[src]

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

pub fn set_num_iterations(&mut self, v: u64)[src]

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

pub fn clear_executor_id(&mut self)[src]

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

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

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

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

pub fn get_concurrency(&self) -> u64[src]

pub fn clear_concurrency(&mut self)[src]

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

pub fn set_concurrency(&mut self, v: u64)[src]

Trait Implementations

impl Clear for ExecutorExecutionSummary[src]

impl Clone for ExecutorExecutionSummary[src]

impl Debug for ExecutorExecutionSummary[src]

impl Default for ExecutorExecutionSummary[src]

impl<'a> Default for &'a ExecutorExecutionSummary[src]

impl Message for ExecutorExecutionSummary[src]

impl PartialEq<ExecutorExecutionSummary> for ExecutorExecutionSummary[src]

impl PbPrint for ExecutorExecutionSummary[src]

impl ProtobufValue for ExecutorExecutionSummary[src]

impl StructuralPartialEq for ExecutorExecutionSummary[src]

Auto Trait Implementations

impl RefUnwindSafe for ExecutorExecutionSummary

impl Send for ExecutorExecutionSummary

impl Sync for ExecutorExecutionSummary

impl Unpin for ExecutorExecutionSummary

impl UnwindSafe for ExecutorExecutionSummary

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.