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

Trait Implementations

impl Clone for ColumnPredicatePB_oneof_predicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ColumnPredicatePB_oneof_predicate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.