Struct datafusion::logical::FunctionMeta [−][src]
pub struct FunctionMeta { /* fields omitted */ }
Methods
impl FunctionMeta
[src]
impl FunctionMeta
pub fn new(
name: String,
args: Vec<Field>,
return_type: DataType,
function_type: FunctionType
) -> Self
[src]
pub fn new(
name: String,
args: Vec<Field>,
return_type: DataType,
function_type: FunctionType
) -> Self
pub fn name(&self) -> &String
[src]
pub fn name(&self) -> &String
pub fn args(&self) -> &Vec<Field>
[src]
pub fn args(&self) -> &Vec<Field>
pub fn return_type(&self) -> &DataType
[src]
pub fn return_type(&self) -> &DataType
pub fn function_type(&self) -> &FunctionType
[src]
pub fn function_type(&self) -> &FunctionType
Trait Implementations
impl Debug for FunctionMeta
[src]
impl Debug for FunctionMeta
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 FunctionMeta
[src]
impl Clone for FunctionMeta
fn clone(&self) -> FunctionMeta
[src]
fn clone(&self) -> FunctionMeta
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 FunctionMeta
impl Send for FunctionMeta
impl Sync for FunctionMeta
impl Sync for FunctionMeta