mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-10 14:02:14 +00:00
chore: fix some comments (#1184)
Signed-off-by: sunxunle <sunxunle@gmail.com>
This commit is contained in:
parent
2bf93a470c
commit
e976a2ee43
4 changed files with 5 additions and 5 deletions
|
@ -4649,7 +4649,7 @@ pub struct Function {
|
|||
pub args: Vec<FunctionArg>,
|
||||
/// e.g. `x > 5` in `COUNT(x) FILTER (WHERE x > 5)`
|
||||
pub filter: Option<Box<Expr>>,
|
||||
// Snowflake/MSSQL supports diffrent options for null treatment in rank functions
|
||||
// Snowflake/MSSQL supports different options for null treatment in rank functions
|
||||
pub null_treatment: Option<NullTreatment>,
|
||||
pub over: Option<WindowType>,
|
||||
// aggregate functions may specify eg `COUNT(DISTINCT x)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue