| Package | Description |
|---|---|
| org.apache.druid.segment.join | |
| org.apache.druid.segment.join.filter | |
| org.apache.druid.segment.join.filter.rewrite |
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
HashJoinEngine.makeJoinCursor(Cursor leftCursor,
JoinableClause joinableClause)
Creates a cursor that represents the join of with .
|
| Constructor and Description |
|---|
HashJoinSegment(SegmentReference baseSegment,
List<JoinableClause> clauses,
JoinFilterPreAnalysis joinFilterPreAnalysis) |
| Modifier and Type | Method and Description |
|---|---|
JoinableClause |
JoinableClauses.getColumnFromJoinIfExists(String column) |
| Modifier and Type | Method and Description |
|---|---|
List<JoinableClause> |
JoinFilterPreAnalysisKey.getJoinableClauses() |
List<JoinableClause> |
JoinableClauses.getJoinableClauses() |
| Modifier and Type | Method and Description |
|---|---|
static JoinableClauses |
JoinableClauses.fromList(List<JoinableClause> clauses)
Wraps the provided list of pre-built
JoinableClause. |
| Constructor and Description |
|---|
JoinFilterPreAnalysisKey(JoinFilterRewriteConfig config,
List<JoinableClause> clauses,
VirtualColumns virtualColumns,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
JoinableClause |
RhsRewriteCandidate.getJoinableClause() |
| Constructor and Description |
|---|
RhsRewriteCandidate(JoinableClause joinableClause,
String rhsColumn,
String valueForRewrite,
boolean isDirectRewrite) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.