Package | Description |
---|---|
com.espertech.esper.common.internal.epl.join.exec.base | |
com.espertech.esper.common.internal.epl.join.exec.composite |
Composite query execution for hash+btree combined lookup.
|
com.espertech.esper.common.internal.epl.join.exec.hash | |
com.espertech.esper.common.internal.epl.join.exec.inkeyword | |
com.espertech.esper.common.internal.epl.join.exec.sorted |
Btree lookup for query execution.
|
com.espertech.esper.common.internal.epl.lookup | |
com.espertech.esper.common.internal.epl.virtualdw |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
JoinExecTableLookupStrategy.getLookupStrategyType() |
LookupStrategyType |
HistoricalTableLookupStrategy.getLookupStrategyType() |
LookupStrategyType |
FullTableScanUniqueValueLookupStrategy.getLookupStrategyType() |
LookupStrategyType |
FullTableScanLookupStrategy.getLookupStrategyType() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
CompositeTableLookupStrategy.getLookupStrategyType() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
IndexedTableLookupStrategyHashedProp.getLookupStrategyType() |
LookupStrategyType |
IndexedTableLookupStrategyHashedExpr.getLookupStrategyType() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
InKeywordSingleTableLookupStrategyExpr.getLookupStrategyType() |
LookupStrategyType |
InKeywordMultiTableLookupStrategyExpr.getLookupStrategyType() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
SortedTableLookupStrategy.getLookupStrategyType() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
LookupStrategyDesc.getLookupStrategy() |
static LookupStrategyType |
LookupStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupStrategyType[] |
LookupStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LookupStrategyDesc(LookupStrategyType lookupStrategy) |
LookupStrategyDesc(LookupStrategyType lookupStrategy,
String[] expressionsTexts) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
JoinExecTableLookupStrategyVirtualDW.getLookupStrategyType() |
Copyright © 2005–2022. All rights reserved.