Github user liuyu000 commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/990#discussion_r104579867
--- Diff: docs/sql_reference/src/asciidoc/_chapters/olap_functions.adoc ---
@@ -133,12 +145,21 @@ GROUP BY num, workgroupnum, annualsalary;
[[limitations_for_window_functions]]
== Limitations for Window Functions
-These limitations apply to all window functions.
+Trafodion supports many ANSI compliant OLAP window functions. These
functions include AVG, COUNT, DENSE_RANK, MAX, MIN, RANK, ROW_NUMBER, STDDEV,
SUM, and VARIANCE. However, Trafodion imposes certain limitations on all window
functions.
--- End diff --
Thanks Hans.
Your comment has been incorporated. :)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---