Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed May 9, 2021
1 parent e19e7ad commit 7749b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/functions/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ org.apache.spark.sql.catalyst.expressions.postgresql.JustifyDays
- **Usage**
```scala

regr_count(expr1, expr2) - Returns the count of all rows in an expression pair. The function eliminates expression pairs where either expression in the pair is NULL.If no rows remain, the function returns 0.
regr_count(expr1, expr2) - Returns the count of all rows in an expression pair. The function eliminates expression pairs where either expression in the pair is NULL. If no rows remain, the function returns 0.

```
- **Arguments**
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/presto.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ NaN
- **Usage**
```scala

regr_count(expr1, expr2) - Returns the count of all rows in an expression pair. The function eliminates expression pairs where either expression in the pair is NULL.If no rows remain, the function returns 0.
regr_count(expr1, expr2) - Returns the count of all rows in an expression pair. The function eliminates expression pairs where either expression in the pair is NULL. If no rows remain, the function returns 0.

```
- **Arguments**
Expand Down

0 comments on commit 7749b1f

Please sign in to comment.