private class LoptMultiJoin.RemovableSelfJoin extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,Integer> |
columnMapping
A mapping that maps references to columns from the right factor to
columns in the left factor, if the column is referenced in both
factors
|
private int |
leftFactor
The left factor in a removable self-join
|
private int |
rightFactor
The right factor in a removable self-join, namely the factor that
will be removed
|
| Constructor and Description |
|---|
RemovableSelfJoin(int leftFactor,
int rightFactor,
Map<Integer,Integer> columnMapping) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Integer> |
getColumnMapping() |
int |
getLeftFactor() |
int |
getRightFactor() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.