Struct sql_ast::ast::Function [−][src]
pub struct Function {
pub name: ObjectName,
pub args: Vec<Expr>,
pub over: Option<WindowSpec>,
pub distinct: bool,
}Expand description
A function call
Fields
name: ObjectNameargs: Vec<Expr>over: Option<WindowSpec>distinct: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Functionimpl UnwindSafe for FunctionBlanket Implementations
Mutably borrows from an owned value. Read more