public final class DynamicSpotQueryJoiners
extends java.lang.Object
AutoJoiner
:s for DynamicSpotQuery
queries. The implementations are thread-safe and can be re-used between threads.Modifier and Type | Class and Description |
---|---|
private static class |
DynamicSpotQueryJoiners.ExtraValueJoiner
Joiner for extra values.
|
private static class |
DynamicSpotQueryJoiners.RawDataJoiner
Joiner for raw data.
|
private static class |
DynamicSpotQueryJoiners.ReporterJoiner
Joiner for reporters
|
private static class |
DynamicSpotQueryJoiners.ReporterListJoiner
Joiner for reporter lists.
|
Modifier and Type | Field and Description |
---|---|
static DynamicSpotQueryJoiners.ExtraValueJoiner |
EXTRA_VALUE_INNER
This instance joins extra values with an inner join.
|
static DynamicSpotQueryJoiners.ExtraValueJoiner |
EXTRA_VALUE_LEFT
This instance joins extra values with a left join.
|
static DynamicSpotQueryJoiners.RawDataJoiner |
RAWDATA_INNER
This instance joins raw data with an inner join.
|
static DynamicSpotQueryJoiners.RawDataJoiner |
RAWDATA_LEFT
This instance joins raw data with a left join.
|
static DynamicSpotQueryJoiners.ReporterListJoiner |
REPORTER_LIST_INNER
This instance joins reporter lists with an inner join, unless the
ReporterListExpression.getAutoJoinType() method overrides
the default. |
static DynamicSpotQueryJoiners.ReporterListJoiner |
REPORTER_LIST_LEFT
This instance joins reporter lists with a left join, unless the
ReporterListExpression.getAutoJoinType() method overrides
the default. |
static DynamicSpotQueryJoiners.ReporterJoiner |
REPORTERS_INNER
This instance joins reporters with an inner join.
|
static DynamicSpotQueryJoiners.ReporterJoiner |
REPORTERS_LEFT
This instance joins reporters with a left join.
|
Constructor and Description |
---|
DynamicSpotQueryJoiners() |
Modifier and Type | Method and Description |
---|---|
static DynamicSpotQueryJoiners.ExtraValueJoiner |
getExtraValueJoiner(JoinType joinType)
Get a joiner instance for extra values for the specified join type.
|
static DynamicSpotQueryJoiners.RawDataJoiner |
getRawDataJoiner(JoinType joinType)
Get a joiner instance for raw data for the specified join type.
|
static DynamicSpotQueryJoiners.ReporterJoiner |
getReporterJoiner(JoinType joinType)
Get a joiner instance for reporters for the specified join type.
|
static DynamicSpotQueryJoiners.ReporterListJoiner |
getReporterListJoiner(JoinType joinType)
Get a joiner instance for raw data for the specified join type.
|
public static final DynamicSpotQueryJoiners.ExtraValueJoiner EXTRA_VALUE_LEFT
public static final DynamicSpotQueryJoiners.ExtraValueJoiner EXTRA_VALUE_INNER
public static final DynamicSpotQueryJoiners.ReporterJoiner REPORTERS_LEFT
public static final DynamicSpotQueryJoiners.ReporterJoiner REPORTERS_INNER
public static final DynamicSpotQueryJoiners.RawDataJoiner RAWDATA_LEFT
public static final DynamicSpotQueryJoiners.RawDataJoiner RAWDATA_INNER
public static final DynamicSpotQueryJoiners.ReporterListJoiner REPORTER_LIST_LEFT
ReporterListExpression.getAutoJoinType()
method overrides
the default.public static final DynamicSpotQueryJoiners.ReporterListJoiner REPORTER_LIST_INNER
ReporterListExpression.getAutoJoinType()
method overrides
the default.public static DynamicSpotQueryJoiners.ExtraValueJoiner getExtraValueJoiner(JoinType joinType)
joinType
- The type of joinEXTRA_VALUE_INNER
or EXTRA_VALUE_LEFT
public static DynamicSpotQueryJoiners.ReporterJoiner getReporterJoiner(JoinType joinType)
joinType
- The type of joinREPORTERS_LEFT
or REPORTERS_INNER
public static DynamicSpotQueryJoiners.RawDataJoiner getRawDataJoiner(JoinType joinType)
joinType
- The type of joinRAWDATA_LEFT
or RAWDATA_INNER
public static DynamicSpotQueryJoiners.ReporterListJoiner getReporterListJoiner(JoinType joinType)
joinType
- The type of joinREPORTER_LIST_LEFT
or REPORTER_LIST_INNER