Skip to content
Snippets Groups Projects
Commit bfda53f6 authored by Andrew Ash's avatar Andrew Ash Committed by Sean Owen
Browse files

Typo: Fow -> For

Author: Andrew Ash <andrew@andrewash.com>

Closes #14563 from ash211/patch-8.
parent 2b10ebe6
No related branches found
No related tags found
No related merge requests found
...@@ -820,7 +820,7 @@ object functions { ...@@ -820,7 +820,7 @@ object functions {
/** /**
* Window function: returns the ntile group id (from 1 to `n` inclusive) in an ordered window * Window function: returns the ntile group id (from 1 to `n` inclusive) in an ordered window
* partition. Fow example, if `n` is 4, the first quarter of the rows will get value 1, the second * partition. For example, if `n` is 4, the first quarter of the rows will get value 1, the second
* quarter will get 2, the third quarter will get 3, and the last quarter will get 4. * quarter will get 2, the third quarter will get 3, and the last quarter will get 4.
* *
* This is equivalent to the NTILE function in SQL. * This is equivalent to the NTILE function in SQL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment