Struct tipb::Executor [−][src]
Fields
unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl Executor[src]
pub fn new() -> Executor[src]
pub fn get_tp(&self) -> ExecType[src]
pub fn clear_tp(&mut self)[src]
pub fn has_tp(&self) -> bool[src]
pub fn set_tp(&mut self, v: ExecType)[src]
pub fn get_tbl_scan(&self) -> &TableScan[src]
pub fn clear_tbl_scan(&mut self)[src]
pub fn has_tbl_scan(&self) -> bool[src]
pub fn set_tbl_scan(&mut self, v: TableScan)[src]
pub fn mut_tbl_scan(&mut self) -> &mut TableScan[src]
pub fn take_tbl_scan(&mut self) -> TableScan[src]
pub fn get_idx_scan(&self) -> &IndexScan[src]
pub fn clear_idx_scan(&mut self)[src]
pub fn has_idx_scan(&self) -> bool[src]
pub fn set_idx_scan(&mut self, v: IndexScan)[src]
pub fn mut_idx_scan(&mut self) -> &mut IndexScan[src]
pub fn take_idx_scan(&mut self) -> IndexScan[src]
pub fn get_selection(&self) -> &Selection[src]
pub fn clear_selection(&mut self)[src]
pub fn has_selection(&self) -> bool[src]
pub fn set_selection(&mut self, v: Selection)[src]
pub fn mut_selection(&mut self) -> &mut Selection[src]
pub fn take_selection(&mut self) -> Selection[src]
pub fn get_aggregation(&self) -> &Aggregation[src]
pub fn clear_aggregation(&mut self)[src]
pub fn has_aggregation(&self) -> bool[src]
pub fn set_aggregation(&mut self, v: Aggregation)[src]
pub fn mut_aggregation(&mut self) -> &mut Aggregation[src]
pub fn take_aggregation(&mut self) -> Aggregation[src]
pub fn get_top_n(&self) -> &TopN[src]
pub fn clear_top_n(&mut self)[src]
pub fn has_top_n(&self) -> bool[src]
pub fn set_top_n(&mut self, v: TopN)[src]
pub fn mut_top_n(&mut self) -> &mut TopN[src]
pub fn take_top_n(&mut self) -> TopN[src]
pub fn get_limit(&self) -> &Limit[src]
pub fn clear_limit(&mut self)[src]
pub fn has_limit(&self) -> bool[src]
pub fn set_limit(&mut self, v: Limit)[src]
pub fn mut_limit(&mut self) -> &mut Limit[src]
pub fn take_limit(&mut self) -> Limit[src]
pub fn get_exchange_receiver(&self) -> &ExchangeReceiver[src]
pub fn clear_exchange_receiver(&mut self)[src]
pub fn has_exchange_receiver(&self) -> bool[src]
pub fn set_exchange_receiver(&mut self, v: ExchangeReceiver)[src]
pub fn mut_exchange_receiver(&mut self) -> &mut ExchangeReceiver[src]
pub fn take_exchange_receiver(&mut self) -> ExchangeReceiver[src]
pub fn get_join(&self) -> &Join[src]
pub fn clear_join(&mut self)[src]
pub fn has_join(&self) -> bool[src]
pub fn set_join(&mut self, v: Join)[src]
pub fn mut_join(&mut self) -> &mut Join[src]
pub fn take_join(&mut self) -> Join[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_kill(&self) -> &Kill[src]
pub fn clear_kill(&mut self)[src]
pub fn has_kill(&self) -> bool[src]
pub fn set_kill(&mut self, v: Kill)[src]
pub fn mut_kill(&mut self) -> &mut Kill[src]
pub fn take_kill(&mut self) -> Kill[src]
pub fn get_exchange_sender(&self) -> &ExchangeSender[src]
pub fn clear_exchange_sender(&mut self)[src]
pub fn has_exchange_sender(&self) -> bool[src]
pub fn set_exchange_sender(&mut self, v: ExchangeSender)[src]
pub fn mut_exchange_sender(&mut self) -> &mut ExchangeSender[src]
pub fn take_exchange_sender(&mut self) -> ExchangeSender[src]
pub fn get_projection(&self) -> &Projection[src]
pub fn clear_projection(&mut self)[src]
pub fn has_projection(&self) -> bool[src]
pub fn set_projection(&mut self, v: Projection)[src]
pub fn mut_projection(&mut self) -> &mut Projection[src]
pub fn take_projection(&mut self) -> Projection[src]
Trait Implementations
impl Clear for Executor[src]
impl Clone for Executor[src]
impl Debug for Executor[src]
impl Default for Executor[src]
impl<'a> Default for &'a Executor[src]
impl Message for Executor[src]
fn is_initialized(&self) -> bool[src]
fn merge_from(&mut self, is: &mut CodedInputStream<'_>) -> ProtobufResult<()>[src]
fn compute_size(&self) -> u32[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32[src]
fn get_unknown_fields(&self) -> &UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn as_any(&self) -> &dyn Any[src]
fn as_any_mut(&mut self) -> &mut dyn Any[src]
fn into_any(self: Box<Self>) -> Box<dyn Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn new() -> Executor[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static Executor[src]
pub fn write_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>[src]
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>[src]
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
pub fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
pub fn check_initialized(&self) -> Result<(), ProtobufError>[src]
pub fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>[src]
pub fn write_to_vec(&self, v: &mut Vec<u8, Global>) -> Result<(), ProtobufError>[src]
pub fn write_to_bytes(&self) -> Result<Vec<u8, Global>, ProtobufError>[src]
pub fn write_length_delimited_to_writer(
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>[src]
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>
pub fn write_length_delimited_to_bytes(
&self
) -> Result<Vec<u8, Global>, ProtobufError>[src]
&self
) -> Result<Vec<u8, Global>, ProtobufError>
pub fn type_id(&self) -> TypeId[src]
impl PartialEq<Executor> for Executor[src]
impl PbPrint for Executor[src]
impl ProtobufValue for Executor[src]
fn as_ref(&self) -> ProtobufValueRef<'_>[src]
pub fn as_any(&self) -> &(dyn Any + 'static)[src]
pub fn is_non_zero(&self) -> bool[src]
pub fn as_ref_copy(&self) -> ProtobufValueRef<'static>[src]
impl StructuralPartialEq for Executor[src]
Auto Trait Implementations
impl RefUnwindSafe for Executor
impl Send for Executor
impl Sync for Executor
impl Unpin for Executor
impl UnwindSafe for Executor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,