public static class TPCHQuery3.FilterO extends MapFunction implements Serializable
| Constructor and Description |
|---|
TPCHQuery3.FilterO() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(Record record,
Collector<Record> out)
Filters the orders table by year, order status and order priority.
|
void |
open(Configuration parameters)
Reads the filter literals from the configuration.
|
close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, setRuntimeContextpublic void open(Configuration parameters)
open in interface Functionopen in class AbstractFunctionFunction.open(eu.stratosphere.configuration.Configuration)public void map(Record record, Collector<Record> out)
map in interface GenericMapper<Record,Record>map in class MapFunctionCopyright © 2013. All rights reserved.