Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Sep 28, 2024
1 parent f41dd3e commit faf6c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/expr/src/udaf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ pub struct StatisticsArgs<'a> {
pub return_type: &'a DataType,
/// Whether the aggregate function is distinct.
///
/// ```sql /// SELECT COUNT(DISTINCT column1) FROM t;
/// ```sql
/// SELECT COUNT(DISTINCT column1) FROM t;
/// ```
pub is_distinct: bool,
/// The physical expression of arguments the aggregate function takes.
Expand Down

0 comments on commit faf6c45

Please sign in to comment.