Enum datafusion_expr::JoinConstraint
source · pub enum JoinConstraint {
On,
Using,
}
Expand description
Join constraint
Variants§
Trait Implementations§
source§impl Clone for JoinConstraint
impl Clone for JoinConstraint
source§fn clone(&self) -> JoinConstraint
fn clone(&self) -> JoinConstraint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more