Enum Operator
datafusion::rel
pub enum Operator { Eq, NotEq, Lt, LtEq, Gt, GtEq, }
Eq
NotEq
Lt
LtEq
Gt
GtEq
impl Debug for Operator
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Clone for Operator
fn clone(&self) -> Operator
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source