| Package | Description |
|---|---|
| org.apache.druid.segment.join | |
| org.apache.druid.segment.join.lookup | |
| org.apache.druid.segment.join.table |
| Modifier and Type | Method and Description |
|---|---|
JoinMatcher |
Joinable.makeJoinMatcher(ColumnSelectorFactory leftColumnSelectorFactory,
JoinConditionAnalysis condition,
boolean remainderNeeded)
Creates a JoinMatcher that can be used to implement a join onto this Joinable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupJoinMatcher |
| Modifier and Type | Method and Description |
|---|---|
JoinMatcher |
LookupJoinable.makeJoinMatcher(ColumnSelectorFactory leftSelectorFactory,
JoinConditionAnalysis condition,
boolean remainderNeeded) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedTableJoinMatcher |
| Modifier and Type | Method and Description |
|---|---|
JoinMatcher |
IndexedTableJoinable.makeJoinMatcher(ColumnSelectorFactory leftColumnSelectorFactory,
JoinConditionAnalysis condition,
boolean remainderNeeded) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.