|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AggregateFunction | |
|---|---|
| org.teiid.query.function.aggregate | |
| org.teiid.query.processor.relational | |
| Uses of AggregateFunction in org.teiid.query.function.aggregate |
|---|
| Subclasses of AggregateFunction in org.teiid.query.function.aggregate | |
|---|---|
class |
Avg
Accumulates (per tuple) and calculates the average of the values of a column. |
class |
ConstantFunction
|
class |
Count
Just a simple COUNT() implementation that counts every non-null row it sees. |
class |
Max
|
class |
Min
|
class |
StatsFunction
|
class |
Sum
Accumulates (per tuple) and calculates the sum of the values of a column. |
class |
TextAgg
Aggregates Text entries |
class |
XMLAgg
Aggregates XML entries |
| Uses of AggregateFunction in org.teiid.query.processor.relational |
|---|
| Subclasses of AggregateFunction in org.teiid.query.processor.relational | |
|---|---|
class |
SortingFilter
|
| Constructors in org.teiid.query.processor.relational with parameters of type AggregateFunction | |
|---|---|
SortingFilter(AggregateFunction proxy,
BufferManager mgr,
java.lang.String groupName,
boolean removeDuplicates)
Constructor for DuplicateFilter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||