Enum datafusion::logical::FunctionType [−][src]
pub enum FunctionType { Scalar, Aggregate, }
Variants
Scalar
Aggregate
Trait Implementations
impl Debug for FunctionType
[src]
impl Debug for FunctionType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for FunctionType
[src]
impl Clone for FunctionType
fn clone(&self) -> FunctionType
[src]
fn clone(&self) -> FunctionType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for FunctionType
impl Send for FunctionType
impl Sync for FunctionType
impl Sync for FunctionType