Saved Bookmarks
| 1. |
What Are The Window Functions Provided By Apache Tajo? |
|
Answer» The functions that execute on a set of rows and RETURN a single value for each row are Window functions. The Window FUNCTION in a query, defines the window using the OVER() clause. The OVER() clause has the following capabilities:
Some of the window functions are:
The functions that execute on a set of rows and return a single value for each row are Window functions. The Window function in a query, defines the window using the OVER() clause. The OVER() clause has the following capabilities: Some of the window functions are: |
|