Constructor and Description |
---|
HistoricalIndexLookupStrategyCompositeForge(int lookupStream,
ExprForge[] evaluators,
QueryGraphValueEntryRangeForge[] ranges) |
HistoricalIndexLookupStrategySortedForge(int lookupStream,
QueryGraphValueEntryRangeForge range,
Class coercionType) |
Modifier and Type | Method and Description |
---|---|
QueryGraphValueEntryRangeForge |
SortedTableLookupPlanForge.getRangeKeyPair() |
Constructor and Description |
---|
SortedTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryRangeForge rangeKeyPair,
Class optionalCoercionType) |
Constructor and Description |
---|
CompositeTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
List<QueryGraphValueEntryHashKeyedForge> hashKeys,
Class[] hashCoercionTypes,
List<QueryGraphValueEntryRangeForge> rangeKeyPairs,
Class[] optRangeCoercionTypes) |
Modifier and Type | Class and Description |
---|---|
class |
QueryGraphValueEntryRangeInForge |
class |
QueryGraphValueEntryRangeRelOpForge |
Modifier and Type | Method and Description |
---|---|
List<QueryGraphValueEntryRangeForge> |
QueryGraphValuePairRangeIndexForge.getKeys() |
Modifier and Type | Method and Description |
---|---|
static Class[] |
QueryGraphValueEntryRangeForge.getRangeResultTypes(QueryGraphValueEntryRangeForge[] ranges) |
static CodegenExpression |
QueryGraphValueEntryRangeForge.makeArray(QueryGraphValueEntryRangeForge[] ranges,
CodegenMethod method,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
Modifier and Type | Method and Description |
---|---|
static String |
QueryGraphValueEntryRangeForge.toQueryPlan(List<QueryGraphValueEntryRangeForge> rangeKeyPairs) |
Constructor and Description |
---|
QueryGraphValuePairRangeIndexForge(String[] indexed,
List<QueryGraphValueEntryRangeForge> key) |
Modifier and Type | Method and Description |
---|---|
List<QueryGraphValueEntryRangeForge> |
TableLookupKeyDesc.getRanges() |
Modifier and Type | Method and Description |
---|---|
static CoercionDesc |
CoercionUtil.getCoercionTypesRange(EventType[] typesPerStream,
int indexedStream,
String[] indexedProp,
List<QueryGraphValueEntryRangeForge> rangeEntries) |
Constructor and Description |
---|
TableLookupKeyDesc(List<QueryGraphValueEntryHashKeyedForge> hashes,
List<QueryGraphValueEntryRangeForge> ranges) |
Modifier and Type | Method and Description |
---|---|
QueryGraphValueEntryRangeForge |
SubordPropRangeKeyForge.getRangeInfo() |
Constructor and Description |
---|
SubordPropRangeKeyForge(QueryGraphValueEntryRangeForge rangeInfo,
Class coercionType) |
Copyright © 2005–2018. All rights reserved.