Skip to content

Commit

Permalink
make doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa authored Oct 21, 2023
1 parent dd51436 commit 830dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3653,7 +3653,7 @@ impl fmt::Display for CloseCursor {
pub struct Function {
pub name: ObjectName,
pub args: Vec<FunctionArg>,
// e.g. `x > 5` in `COUNT(x) FILTER (WHERE x > 5)`
/// e.g. `x > 5` in `COUNT(x) FILTER (WHERE x > 5)`
pub filter: Option<Box<Expr>>,
pub over: Option<WindowType>,
// aggregate functions may specify eg `COUNT(DISTINCT x)`
Expand Down

0 comments on commit 830dfb7

Please sign in to comment.