Skip to content

Commit

Permalink
Add Fn.count to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubknejzlik committed Mar 14, 2024
1 parent 2659125 commit 235da3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stories/3_Function.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Compute a single result from a set of input values:
**Min**

<QueryPreview code={`Fn.min('price');`} />

**Max**

<QueryPreview code={`Fn.max('price');`} />
Expand All @@ -54,6 +55,10 @@ Compute a single result from a set of input values:

<QueryPreview code={`Fn.avg('score');`} />

**Count**

<QueryPreview code={`Fn.count('column');`} />

### Date Functions

Manipulate and format date values:
Expand Down

0 comments on commit 235da3e

Please sign in to comment.