[teiid-commits] teiid SVN: r3348 - trunk/documentation/developer-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Jul 28 16:03:07 EDT 2011


Author: shawkins
Date: 2011-07-28 16:03:06 -0400 (Thu, 28 Jul 2011)
New Revision: 3348

Modified:
   trunk/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml
Log:
TEIID-1667 finishing off window function support

Modified: trunk/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml
===================================================================
--- trunk/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml	2011-07-28 19:58:08 UTC (rev 3347)
+++ trunk/documentation/developer-guide/src/main/docbook/en-US/content/translator-api.xml	2011-07-28 20:03:06 UTC (rev 3348)
@@ -380,12 +380,18 @@
 	</listitem>
 	<listitem>
 		<para>
-			<code>Aggregate</code>
-			– represents an aggregate function which holds a single expression
+			<code>AggregateFunction</code>
+			– represents an aggregate function which can hold a single expression
 		</para>
 	</listitem>
 	<listitem>
 		<para>
+			<code>WindowFunction</code>
+			– represents an window function which holds an AggregateFunction (which is also used to represent analytical functions) and a WindowSpecification
+		</para>
+	</listitem>
+	<listitem>
+		<para>
 			<code>ScalarSubquery</code>
 			– represents a subquery that returns a single value
 		</para>
@@ -1300,6 +1306,17 @@
               </row>
               <row>
                 <entry>
+                  <para>WindowOrderByWithAggregates</para>
+                </entry>
+                <entry>
+                  <para/>
+                </entry>
+                <entry>
+                  <para>Translator supports windowed aggregates with a window order by clause.</para>
+                </entry>
+              </row>
+              <row>
+                <entry>
                   <para>AdvancedOlapOperations</para>
                 </entry>
                 <entry>



More information about the teiid-commits mailing list