Enum kudu_pb::common::ColumnPredicatePB_oneof_predicate
[−]
[src]
pub enum ColumnPredicatePB_oneof_predicate { range(ColumnPredicatePB_Range), equality(ColumnPredicatePB_Equality), is_not_null(ColumnPredicatePB_IsNotNull), in_list(ColumnPredicatePB_InList), }
Variants
range(ColumnPredicatePB_Range)
equality(ColumnPredicatePB_Equality)
is_not_null(ColumnPredicatePB_IsNotNull)
in_list(ColumnPredicatePB_InList)
Trait Implementations
impl Clone for ColumnPredicatePB_oneof_predicate
[src]
fn clone(&self) -> ColumnPredicatePB_oneof_predicate
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 PartialEq for ColumnPredicatePB_oneof_predicate
[src]
fn eq(&self, __arg_0: &ColumnPredicatePB_oneof_predicate) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ColumnPredicatePB_oneof_predicate) -> bool
This method tests for !=
.