Package | Description |
---|---|
org.teiid.query.function.aggregate |
Modifier and Type | Class and Description |
---|---|
class |
ArrayAgg |
class |
Avg
Accumulates (per tuple) and calculates the average of the values
of a column.
|
class |
ConstantFunction |
class |
FirstLastValue
Just a simple First/Last_value() implementation
|
class |
JSONArrayAgg
Aggregates Json entries
|
class |
Max |
class |
Min |
class |
Ntile
Captures the row number and number of tiles for a given row
post processing logic uses the row count over the window
to calculate the final output
|
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
|
Copyright © 2019. All rights reserved.