Add note on column values to quantile() (#1455)

pull/1457/head
pierwill 2020-09-16 10:17:03 -07:00 committed by GitHub
parent e1266faf81
commit 87f1e90195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ related:
The `quantile()` function returns records from an input table with `_value`s that fall within
a specified quantile or it returns the record with the `_value` that represents the specified quantile.
Which it returns depends on the [method](#method) used.
`quantile()` supports columns with float values.
_**Function type:** Aggregate or Selector_
_**Output data type:** Float | Record_