| Class | Description |
|---|---|
| RelationalQuery |
This program implements the following relational query on the TPC-H data set.
|
| TPCHQuery10 |
This program implements a modified version of the TPC-H query 10.
|
| TPCHQuery3 |
This program implements a modified version of the TPC-H query 3.
|
| TPCHQuery3.Customer | |
| TPCHQuery3.Lineitem | |
| TPCHQuery3.Order | |
| TPCHQuery3.ShippingPriorityItem | |
| WebLogAnalysis |
This program processes web logs and relational data.
|
| WebLogAnalysis.AntiJoinVisits |
CoGroupFunction that realizes an anti-join.
|
| WebLogAnalysis.FilterByRank |
MapFunction that filters for records where the rank exceeds a certain threshold.
|
| WebLogAnalysis.FilterDocByKeyWords |
MapFunction that filters for documents that contain a certain set of
keywords.
|
| WebLogAnalysis.FilterVisitsByDate |
MapFunction that filters for records of the visits relation where the year
(from the date string) is equal to a certain value.
|
Copyright © 2013–2014. All rights reserved.