public class JoinFilterColumnCorrelationAnalysis extends Object
For example, if we're joining on a base table via the equiconditions (id = j.id AND f(id2) = j.id2), then we can correlate j.id with id (base table column) and j.id2 with f(id2) (a base table expression).
| Constructor and Description |
|---|
JoinFilterColumnCorrelationAnalysis(String joinColumn,
Set<String> baseColumns,
Set<Expr> baseExpressions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getBaseColumns() |
List<Expr> |
getBaseExpressions() |
Map<Pair<String,String>,Optional<Set<String>>> |
getCorrelatedValuesMap() |
String |
getJoinColumn() |
int |
hashCode() |
boolean |
supportsPushDown() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.