public static class TPCHQuery3.JoinLiO extends JoinFunction implements Serializable
| Constructor and Description |
|---|
TPCHQuery3.JoinLiO() |
| Modifier and Type | Method and Description |
|---|---|
void |
match(Record order,
Record lineitem,
Collector<Record> out)
Implements the join between LineItem and Order table on the order key.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, open, setRuntimeContextpublic void match(Record order, Record lineitem, Collector<Record> out)
match in interface GenericJoiner<Record,Record,Record>match in class JoinFunctionCopyright © 2013. All rights reserved.