| Class | Description |
|---|---|
| TPCHQuery3 |
The TPC-H is a decision support benchmark on relational data.
|
| TPCHQuery3.AggLiO |
Reduce PACT implements the sum aggregation.
|
| TPCHQuery3.FilterO |
Map PACT implements the selection and projection on the orders table.
|
| TPCHQuery3.JoinLiO |
Match PACT realizes the join between LineItem and Order table.
|
| TPCHQueryAsterix |
The TPC-H is a decision support benchmark on relational data.
|
| TPCHQueryAsterix.AggCO |
Reduce PACT implements the aggregation of the results.
|
| TPCHQueryAsterix.JoinCO |
Realizes the join between Customers and Order table.
|
| WebLogAnalysis |
Implements the following relational OLAP query as PACT program:
|
| WebLogAnalysis.AntiJoinVisits |
CoGroupFunction that realizes an anti-join.
|
| WebLogAnalysis.FilterDocs |
MapFunction that filters for documents that contain a certain set of
keywords.
|
| WebLogAnalysis.FilterRanks |
MapFunction that filters for records where the rank exceeds a certain threshold.
|
| WebLogAnalysis.FilterVisits |
MapFunction that filters for records of the visits relation where the year
(from the date string) is equal to a certain value.
|
| WebLogAnalysis.JoinDocRanks |
JoinFunction that joins the filtered entries from the documents and the
ranks relation.
|
Copyright © 2013. All rights reserved.