Class PropertyHashedArrayFactory
java.lang.Object
com.espertech.esper.common.internal.epl.index.inkeyword.PropertyHashedArrayFactory
- All Implemented Interfaces:
EventTableFactory
-
Field Summary
Modifier and TypeFieldDescriptionprotected final PropertyHashedEventTableFactory[]
protected final String
protected final EventPropertyValueGetter[]
protected final String[]
protected final int
protected final boolean
-
Constructor Summary
ConstructorDescriptionPropertyHashedArrayFactory
(int streamNum, String[] propertyNames, boolean unique, String optionalIndexName, EventPropertyValueGetter[] propertyGetters) -
Method Summary
Modifier and TypeMethodDescriptionmakeEventTables
(ExprEvaluatorContext exprEvaluatorContext, Integer subqueryNumber)
-
Field Details
-
streamNum
protected final int streamNum -
propertyNames
-
unique
protected final boolean unique -
optionalIndexName
-
propertyGetters
-
factories
-
-
Constructor Details
-
PropertyHashedArrayFactory
public PropertyHashedArrayFactory(int streamNum, String[] propertyNames, boolean unique, String optionalIndexName, EventPropertyValueGetter[] propertyGetters)
-
-
Method Details
-
makeEventTables
public EventTable[] makeEventTables(ExprEvaluatorContext exprEvaluatorContext, Integer subqueryNumber) - Specified by:
makeEventTables
in interfaceEventTableFactory
-
getEventTableClass
- Specified by:
getEventTableClass
in interfaceEventTableFactory
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceEventTableFactory
-