Uses of Class
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryHashKeyedForge
Package
Description
-
Uses of QueryGraphValueEntryHashKeyedForge in com.espertech.esper.common.internal.epl.join.indexlookupplan
ModifierConstructorDescriptionIndexedTableLookupPlanHashedOnlyForge
(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum, QueryGraphValueEntryHashKeyedForge[] hashKeys, QueryPlanIndexForge indexSpecs, EPTypeClass[] optionalCoercionTypes, MultiKeyClassRef optionalEPLTableLookupMultiKey) ModifierConstructorDescriptionCompositeTableLookupPlanForge
(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum, List<QueryGraphValueEntryHashKeyedForge> hashKeys, EPTypeClass[] hashCoercionTypes, List<QueryGraphValueEntryRangeForge> rangeKeyPairs, EPTypeClass[] optRangeCoercionTypes, QueryPlanIndexForge indexSpecs, MultiKeyClassRef optionalEPLTableLookupMultiKey) -
Uses of QueryGraphValueEntryHashKeyedForge in com.espertech.esper.common.internal.epl.join.querygraph
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionstatic ExprForge[]
QueryGraphValueEntryHashKeyedForge.getForges
(QueryGraphValueEntryHashKeyedForge[] keys) static EventPropertyGetterSPI[]
QueryGraphValueEntryHashKeyedForge.getGettersIfPropsOnly
(QueryGraphValueEntryHashKeyedForge[] keys) Modifier and TypeMethodDescriptionstatic String
QueryGraphValueEntryHashKeyedForge.toQueryPlan
(List<QueryGraphValueEntryHashKeyedForge> keyProperties) ModifierConstructorDescriptionQueryGraphValuePairHashKeyIndexForge
(String[] indexed, List<QueryGraphValueEntryHashKeyedForge> key, String[] strictKeys) -
Uses of QueryGraphValueEntryHashKeyedForge in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionTableLookupKeyDesc.getHashes()
QueryPlanIndexUniqueHelper.ReducedHashKeys.getHashKeyFunctions()
Modifier and TypeMethodDescriptionstatic CoercionDesc
CoercionUtil.getCoercionTypesHash
(EventType[] typesPerStream, int lookupStream, int indexedStream, List<QueryGraphValueEntryHashKeyedForge> keyProps, String[] indexProps) Returns null if no coercion is required, or an array of classes for use in coercing the lookup keys and index keys into a common type.QueryPlanIndexUniqueHelper.reduceToUniqueIfPossible
(String[] hashPropsProvided, EPTypeClass[] hashCoercionTypes, List<QueryGraphValueEntryHashKeyedForge> hashFunctions, String[][] hashPropsRequiredPerIndex) ModifierConstructorDescriptionTableLookupKeyDesc
(List<QueryGraphValueEntryHashKeyedForge> hashes, List<QueryGraphValueEntryRangeForge> ranges) -
Uses of QueryGraphValueEntryHashKeyedForge in com.espertech.esper.common.internal.epl.lookupplan
ModifierConstructorDescriptionSubordPropHashKeyForge
(QueryGraphValueEntryHashKeyedForge hashKey, Integer optionalKeyStreamNum, EPTypeClass coercionType)