Package | Description |
---|---|
org.teiid.query.processor.relational |
Modifier and Type | Field and Description |
---|---|
protected MergeJoinStrategy.SortOption |
MergeJoinStrategy.processingSortLeft |
protected MergeJoinStrategy.SortOption |
MergeJoinStrategy.processingSortRight |
protected MergeJoinStrategy.SortOption |
MergeJoinStrategy.sortLeft |
protected MergeJoinStrategy.SortOption |
MergeJoinStrategy.sortRight |
Modifier and Type | Method and Description |
---|---|
static MergeJoinStrategy.SortOption |
MergeJoinStrategy.SortOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeJoinStrategy.SortOption[] |
MergeJoinStrategy.SortOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EnhancedSortMergeJoinStrategy.createIndex(org.teiid.query.processor.relational.SourceState state,
MergeJoinStrategy.SortOption sortOption)
Create an index of the smaller size
|
Constructor and Description |
---|
EnhancedSortMergeJoinStrategy(MergeJoinStrategy.SortOption sortLeft,
MergeJoinStrategy.SortOption sortRight) |
MergeJoinStrategy(MergeJoinStrategy.SortOption sortLeft,
MergeJoinStrategy.SortOption sortRight,
boolean grouping) |
Copyright © 2019. All rights reserved.