Package | Description |
---|---|
de.rtm.push.adapters |
Provides the classes necessary to connect sources and sinks to an RTM system.
|
de.rtm.push.adapters.windowfunctions |
Class and Description |
---|
Signature
The signature of a user defined function, aggregation function or window function.
|
UserDefinedAggregationFunctionAdapter
An adapter representing a user-defined aggregation function which for a group of records
considers potentially multiple values per record to aggregate them into a single
output value.
|
UserDefinedFunctionAdapter
An adapter representing a user-defined function which takes a number of values
as input and computes a single output value.
|
Class and Description |
---|
Signature
The signature of a user defined function, aggregation function or window function.
|