| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.query.planning | |
| org.apache.druid.segment.join |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
JoinDataSource.getJoinType() |
| Modifier and Type | Method and Description |
|---|---|
static JoinDataSource |
JoinDataSource.create(DataSource left,
DataSource right,
String rightPrefix,
String condition,
JoinType joinType,
ExprMacroTable macroTable) |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
PreJoinableClause.getJoinType() |
| Constructor and Description |
|---|
PreJoinableClause(String prefix,
DataSource dataSource,
JoinType joinType,
JoinConditionAnalysis condition) |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
JoinableClause.getJoinType()
The type of join: LEFT, RIGHT, INNER, or FULL.
|
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JoinableClause(String prefix,
Joinable joinable,
JoinType joinType,
JoinConditionAnalysis condition) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.