Modifier and Type | Method and Description |
---|---|
static Number |
DataFlowParameterResolution.resolveNumber(String name,
ExprEvaluator optionalEvaluator,
Number defaultValue,
DataFlowOpInitializeContext context)
Resolve a number value by first looking at the parameter value provider and by using the evaluator if one was provided,
returning the default value if no value was found and no evaluator was provided.
|
static String |
DataFlowParameterResolution.resolveStringOptional(String name,
ExprEvaluator optionalEvaluator,
DataFlowOpInitializeContext context)
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided
or returning null if no value was found.
|
static String |
DataFlowParameterResolution.resolveStringRequired(String name,
ExprEvaluator optionalEvaluator,
DataFlowOpInitializeContext context)
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided,
throwing an exception if no value was provided.
|
static <T> T |
DataFlowParameterResolution.resolveWithDefault(String name,
ExprEvaluator optionalEvaluator,
T defaultValue,
Class<T> clazz,
DataFlowOpInitializeContext context)
Resolve a typed value by first looking at the parameter value provider and by using the evaluator if one was provided
or returning the provided default value if no value was found.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
VirtualDataWindowEventConsumerAdd.getFilter()
Provides the filter expressions.
|
ExprEvaluator[] |
VirtualDataWindowFactoryContext.getParameterExpressions()
Returns parameter expressions as expression evaluators
|
ExprEvaluator[] |
VirtualDataWindowContext.getParameterExpressions()
Returns the expressions passed as parameters to the virtual data window.
|
Constructor and Description |
---|
VirtualDataWindowEventConsumerAdd(String namedWindowName,
Object consumerObject,
String statementName,
int agentInstanceId,
ExprEvaluator filter,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
VirtualDataWindowFactoryContext(EventType eventType,
Object[] parameters,
ExprEvaluator[] parameterExpressions,
String namedWindowName,
Serializable customConfiguration,
ViewFactoryContext viewFactoryContext,
EPStatementInitServices services)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
ViewableActivatorNamedWindow.filterEvaluator |
Modifier and Type | Method and Description |
---|---|
void |
ViewableActivatorTable.setFilterEval(ExprEvaluator filterEval) |
void |
ViewableActivatorNamedWindow.setFilterEvaluator(ExprEvaluator filterEvaluator) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateVariable.setVariableInitialValueExpr(ExprEvaluator variableInitialValueExpr) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateNW.setInsertFromFilter(ExprEvaluator insertFromFilter) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
OnSplitItemEval.getWhereClause() |
Modifier and Type | Method and Description |
---|---|
void |
OnSplitItemEval.setWhereClause(ExprEvaluator whereClause) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactorySelect.setWhereClauseEvaluator(ExprEvaluator whereClauseEvaluator) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
InternalEventRouterDesc.getAssignments() |
ExprEvaluator |
InternalEventRouterDesc.getOptionalWhereClauseEval() |
Modifier and Type | Method and Description |
---|---|
void |
InternalEventRouterDesc.setAssignments(ExprEvaluator[] assignments) |
void |
InternalEventRouterDesc.setOptionalWhereClauseEval(ExprEvaluator optionalWhereClauseEval) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
ContextConditionDescriptorCrontab.getEvaluators() |
Modifier and Type | Method and Description |
---|---|
void |
ContextConditionDescriptorCrontab.setEvaluators(ExprEvaluator[] evaluators) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ContextControllerDetailInitiatedTerminated.getDistinctEval() |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerDetailInitiatedTerminated.setDistinctEval(ExprEvaluator distinctEval) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
StatementInformationalsRuntime.getGroupDeliveryEval() |
Modifier and Type | Method and Description |
---|---|
void |
StatementInformationalsRuntime.setGroupDeliveryEval(ExprEvaluator groupDeliveryEval) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
InternalEventRouterEntry.getAssignments()
Returns the expressions providing values for assignment.
|
ExprEvaluator |
InternalEventRouterEntry.getOptionalWhereClause()
Returns the where-clause or null if none defined
|
Constructor and Description |
---|
InternalEventRouterEntry(int priority,
boolean drop,
ExprEvaluator optionalWhereClause,
ExprEvaluator[] assignments,
EventBeanWriter writer,
TypeWidener[] wideners,
InternalRoutePreprocessView outputView,
StatementAgentInstanceLock agentInstanceLock,
boolean hasSubselect)
Ctor.
|
InternalEventRouterEntry(int priority,
boolean drop,
ExprEvaluator optionalWhereClause,
ExprEvaluator[] assignments,
EventBeanWriter writer,
TypeWidener[] wideners,
InternalRoutePreprocessView outputView,
StatementAgentInstanceLock agentInstanceLock,
boolean hasSubselect)
Ctor.
|
Constructor and Description |
---|
AggregationAgentDefaultWFilter(ExprEvaluator filterEval) |
AggregationAgentRewriteStreamWFilter(int streamNum,
ExprEvaluator filterEval) |
Modifier and Type | Method and Description |
---|---|
void |
AgregationTAAReaderCountMinSketchFreq.setFrequencyEval(ExprEvaluator frequencyEval) |
void |
AggregationAgentCountMinSketch.setOptionalFilterEval(ExprEvaluator optionalFilterEval) |
void |
AggregationAgentCountMinSketch.setStringEval(ExprEvaluator stringEval) |
Modifier and Type | Method and Description |
---|---|
void |
AggregationTAAReaderLinearWindow.setOptionalEvaluator(ExprEvaluator optionalEvaluator) |
void |
AggregationTAAReaderLinearFirstLast.setOptionalEvaluator(ExprEvaluator optionalEvaluator) |
void |
AggregationTAAReaderLinearFirstLastIndex.setOptionalIndexEval(ExprEvaluator optionalIndexEval) |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregationResultFutureAssignableWEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
AggregationLocalGroupByLevel.getGroupKeyEval() |
Constructor and Description |
---|
AggregationLocalGroupByLevel(AggregationRowFactory rowFactory,
DataInputOutputSerde rowSerde,
Class[] groupKeyTypes,
ExprEvaluator groupKeyEval,
boolean isDefaultLevel) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
PropertyEvaluatorSimple.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyEvaluatorSimple.setFilter(ExprEvaluator filter) |
void |
PropertyEvaluatorNested.setWhereClauses(ExprEvaluator[] whereClauses) |
void |
PropertyEvaluatorAccumulative.setWhereClauses(ExprEvaluator[] whereClauses) |
Constructor and Description |
---|
ContainedEventEvalArrayToEvent(ExprEvaluator evaluator,
EventBeanManufacturer manufacturer) |
ContainedEventEvalEventBeanArray(ExprEvaluator evaluator) |
ContainedEventEvalExprNode(ExprEvaluator evaluator,
EventType eventType,
EPStatementInitServices initServices) |
Modifier and Type | Method and Description |
---|---|
protected static Integer |
CalendarWithDateForgeOp.getInt(ExprEvaluator expr,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
protected static Integer |
CalendarOpUtil.getInt(ExprEvaluator expr,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
Constructor and Description |
---|
CalendarPlusMinusForgeOp(ExprEvaluator param,
int factor) |
CalendarSetForgeOp(CalendarFieldEnum fieldName,
ExprEvaluator valueExpr) |
CalendarWithDateForgeOp(ExprEvaluator year,
ExprEvaluator month,
ExprEvaluator day) |
CalendarWithTimeForgeOp(ExprEvaluator hour,
ExprEvaluator min,
ExprEvaluator sec,
ExprEvaluator msec) |
Modifier and Type | Class and Description |
---|---|
class |
ExprEvaluatorStreamDTProp |
class |
ExprEvaluatorStreamDTPropFragment |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprEvaluatorStreamDTPropFragment.getExprEvaluator() |
ExprEvaluator |
ExprEvaluatorStreamDTProp.getExprEvaluator() |
Constructor and Description |
---|
IntervalForgeOp(ExprEvaluator evaluatorTimestamp,
IntervalForgeImpl.IntervalOpEval intervalOpEval) |
IntervalOpCalWithEndEval(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp) |
IntervalOpDateWithEndEval(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp) |
IntervalOpEvalDateWithEndBase(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp) |
IntervalOpLocalDateTimeWithEndEval(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp,
TimeZone timeZone) |
IntervalOpLongWithEndEval(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp) |
IntervalOpZonedDateTimeWithEndEval(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp) |
Constructor and Description |
---|
ReformatBetweenNonConstantParamsForgeOp(ReformatBetweenNonConstantParamsForge forge,
ExprEvaluator startEval,
ExprEvaluator endEval,
ExprEvaluator evalIncludeLow,
ExprEvaluator evalIncludeHigh) |
Modifier and Type | Class and Description |
---|---|
class |
ExprLambdaGoesNode
Represents the case-when-then-else control flow function is an expression tree.
|
class |
PropertyDotNonLambdaForge |
class |
PropertyDotNonLambdaFragmentForge |
class |
PropertyDotNonLambdaIndexedForgeEval |
class |
PropertyDotNonLambdaMappedForgeEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
PropertyDotNonLambdaMappedForge.getExprEvaluator() |
ExprEvaluator |
PropertyDotNonLambdaIndexedForge.getExprEvaluator() |
ExprEvaluator |
PropertyDotNonLambdaFragmentForge.getExprEvaluator() |
ExprEvaluator |
PropertyDotNonLambdaForge.getExprEvaluator() |
ExprEvaluator |
ExprLambdaGoesNode.getExprEvaluator() |
Constructor and Description |
---|
PropertyDotNonLambdaIndexedForgeEval(PropertyDotNonLambdaIndexedForge forge,
ExprEvaluator paramEval) |
PropertyDotNonLambdaMappedForgeEval(PropertyDotNonLambdaMappedForge forge,
ExprEvaluator paramEval) |
Modifier and Type | Class and Description |
---|---|
class |
ExprAggMultiFunctionCountMinSketchNode
Represents the Count-min sketch aggregate function.
|
class |
ExprAggMultiFunctionLinearAccessNode |
class |
ExprAggMultiFunctionSortedMinMaxByNode |
class |
ExprPlugInMultiFunctionAggNode
Represents a custom aggregation function in an expresson tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprAggregateNodeBase
Base expression node that represents an aggregation function such as 'sum' or 'count'.
|
class |
ExprAggregateNodeGroupKey |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprAggregateNodeGroupKey.getExprEvaluator() |
ExprEvaluator |
ExprAggregateNodeBase.getExprEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprAvedevNode
Represents the avedev(...) aggregate function is an expression tree.
|
class |
ExprAvgNode
Represents the avg(...) aggregate function is an expression tree.
|
class |
ExprCountEverNode
Represents the "countever" aggregate function is an expression tree.
|
class |
ExprCountNode
Represents the count(...) and count(*) and count(distinct ...) aggregate function is an expression tree.
|
class |
ExprFirstLastEverNode
Represents the "firstever" and "lastever: aggregate function is an expression tree.
|
class |
ExprLeavingAggNode
Represents the leaving() aggregate function is an expression tree.
|
class |
ExprMedianNode
Represents the median(...) aggregate function is an expression tree.
|
class |
ExprMinMaxAggrNode
Represents the min/max(distinct? ...) aggregate function is an expression tree.
|
class |
ExprNthAggNode
Represents the nth(...) and aggregate function is an expression tree.
|
class |
ExprPlugInAggNode
Represents a custom aggregation function in an expresson tree.
|
class |
ExprRateAggNode
Represents the rate(...) and aggregate function is an expression tree.
|
class |
ExprStddevNode
Represents the stddev(...) aggregate function is an expression tree.
|
class |
ExprSumNode
Represents the sum(...) aggregate function is an expression tree.
|
Modifier and Type | Method and Description |
---|---|
static ExprEvaluator |
ExprMethodAggUtil.getMultiNodeEvaluator(ExprNode[] childNodes,
boolean join,
EventType[] typesPerStream) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExprIdentNodeEvaluator |
interface |
ExprTypableReturnEval
Interface for evaluators that select possible multi-valued results in a single select column,
such as subqueries and "new" and case+new combined.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprConstantNodeImpl
Represents a constant in an expressiun tree.
|
class |
ExprContextPropertyNodeImpl
Represents an stream property identifier in a filter expressiun tree.
|
class |
ExprCurrentEvaluationContextNode
Represents the "current_evaluation_context" function in an expression tree.
|
class |
ExprEvaluatorWildcard |
class |
ExprGroupingIdNode |
class |
ExprGroupingNode |
class |
ExprIdentNodeEvaluatorContext |
class |
ExprIdentNodeEvaluatorImpl |
class |
ExprNamedParameterNodeImpl |
class |
ExprNodeValidated
A placeholder for another expression node that has been validated already.
|
class |
ExprNumberSetCronParam
Expression for a parameter within a crontab.
|
class |
ExprNumberSetFrequency
Expression for use within crontab to specify a frequency.
|
class |
ExprNumberSetList
Expression for use within crontab to specify a list of values.
|
class |
ExprNumberSetRange
Expression for use within crontab to specify a range.
|
class |
ExprOrderedExpr
A placeholder expression for view/pattern object parameters that allow
sorting expression values ascending or descending.
|
class |
ExprStreamUnderlyingNodeImpl
Represents an stream selector that returns the streams underlying event, or null if undefined.
|
class |
ExprTypedNoEvalNode
Represents an expression node that returns the predefined type and
that cannot be evaluated.
|
class |
ExprWildcardImpl
Expression for use within crontab to specify a wildcard.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ExprNodeUtilityEvaluate.applyFilterExpression(ExprEvaluator filter,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext)
Apply a filter expression returning a pass indicator.
|
static EventBean[] |
ExprNodeUtilityEvaluate.applyFilterExpression(ExprEvaluator filter,
EventBean streamZeroEvent,
EventBean[] streamOneEvents,
ExprEvaluatorContext exprEvaluatorContext)
Apply a filter expression.
|
static void |
ExprNodeUtilityEvaluate.applyFilterExpressionIterable(Iterator<EventBean> iterator,
ExprEvaluator filterExpression,
ExprEvaluatorContext exprEvaluatorContext,
Collection<EventBean> eventsInWindow) |
static Object[] |
ExprNodeUtilityEvaluate.evaluateExpressions(ExprEvaluator[] parameters,
ExprEvaluatorContext exprEvaluatorContext) |
static Object |
ExprNodeUtilityEvaluate.evaluateValidationTimeNoStreams(ExprEvaluator evaluator,
ExprEvaluatorContext context,
String expressionName) |
static String |
ExprNodeUtilityPrint.printEvaluators(ExprEvaluator[] evaluators) |
Constructor and Description |
---|
ComputerBigDecCoerce(ExprEvaluator[] childNodes,
SimpleNumberBigDecimalCoercer[] convertors,
boolean isMax)
Ctor.
|
ComputerBigIntCoerce(ExprEvaluator[] childNodes,
SimpleNumberBigIntegerCoercer[] convertors,
boolean isMax)
Ctor.
|
MaxComputerDoubleCoerce(ExprEvaluator[] childNodes)
Ctor.
|
MinComputerDoubleCoerce(ExprEvaluator[] childNodes)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprDeclaredForgeBase |
class |
ExprDeclaredForgeConstant |
class |
ExprDeclaredForgeNoRewrite |
class |
ExprDeclaredForgeRewrite |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprDeclaredNodeImpl.getExprEvaluator() |
ExprEvaluator |
ExprDeclaredForgeConstant.getExprEvaluator() |
ExprEvaluator |
ExprDeclaredForgeBase.getExprEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeForgePropertyExprEvalIndexed |
class |
ExprDotNodeForgePropertyExprEvalMapped |
class |
ExprDotNodeForgeRootChildEval |
class |
ExprDotNodeForgeStaticMethodEval |
class |
ExprDotNodeForgeStreamEvalEventBean |
class |
ExprDotNodeForgeStreamEvalMethod |
class |
ExprDotNodeForgeTransposeAsStreamEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprDotNodeImpl.getExprEvaluator() |
ExprEvaluator |
ExprDotNodeForgeVariable.getExprEvaluator() |
ExprEvaluator |
ExprDotNodeForgeTransposeAsStream.getExprEvaluator() |
ExprEvaluator |
ExprDotNodeForgeStream.getExprEvaluator() |
ExprEvaluator |
ExprDotNodeForgeStaticMethod.getExprEvaluator() |
ExprEvaluator |
ExprDotNodeForgePropertyExpr.getExprEvaluator() |
ExprEvaluator |
ExprAppDotMethodImpl.getExprEvaluator() |
Constructor and Description |
---|
ExprDotForgeArrayGetEval(ExprDotForgeArrayGet forge,
ExprEvaluator indexExpression) |
ExprDotMethodForgeNoDuckEvalUnderlying(ExprDotMethodForgeNoDuck forge,
ExprEvaluator[] parameters) |
ExprDotMethodForgeNoDuckEvalWrapArray(ExprDotMethodForgeNoDuck forge,
ExprEvaluator[] parameters) |
ExprDotNodeForgePropertyExprEvalIndexed(ExprDotNodeForgePropertyExpr forge,
ExprEvaluator exprEvaluator) |
ExprDotNodeForgePropertyExprEvalMapped(ExprDotNodeForgePropertyExpr forge,
ExprEvaluator exprEvaluator) |
ExprDotNodeForgeStaticMethodEval(ExprDotNodeForgeStaticMethod forge,
ExprEvaluator[] childEvals,
ExprDotEval[] chainEval) |
ExprDotNodeForgeTransposeAsStreamEval(ExprEvaluator inner) |
Constructor and Description |
---|
InnerDotArrObjectToCollEval(ExprEvaluator rootEvaluator) |
InnerDotArrPrimitiveToCollEval(ExprEvaluator rootEvaluator) |
InnerDotCollEval(ExprEvaluator rootEvaluator) |
InnerDotScalarEval(ExprEvaluator rootEvaluator) |
InnerDotScalarUnpackEventEval(ExprEvaluator rootEvaluator) |
InnerEvaluatorArrObjectToColl(ExprEvaluator rootEvaluator) |
InnerEvaluatorArrPrimitiveToColl(ExprEvaluator rootEvaluator) |
InnerEvaluatorColl(ExprEvaluator rootEvaluator) |
InnerEvaluatorScalar(ExprEvaluator rootEvaluator) |
InnerEvaluatorScalarUnpackEvent(ExprEvaluator rootEvaluator) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
PropertyDotNonLambdaMappedForge.getExprEvaluator() |
ExprEvaluator |
PropertyDotNonLambdaIndexedForge.getExprEvaluator() |
Constructor and Description |
---|
PropertyDotNonLambdaIndexedForgeEval(PropertyDotNonLambdaIndexedForge forge,
ExprEvaluator paramEval) |
PropertyDotNonLambdaMappedForgeEval(PropertyDotNonLambdaMappedForge forge,
ExprEvaluator paramEval) |
Modifier and Type | Class and Description |
---|---|
class |
ExprEvalByGetter |
class |
ExprEvalMethodContext |
class |
ExprEvalStreamInsertNamedWindow |
class |
ExprEvalStreamInsertTable |
class |
ExprEvalStreamNumEnumCollEval |
class |
ExprEvalStreamNumEnumSingleEval |
class |
ExprEvalStreamNumEvent |
class |
ExprEvalStreamNumEventTable |
class |
ExprEvalStreamNumUnd |
class |
ExprEvalStreamTable |
class |
ExprEvalSystemProperty |
class |
ExprEvalUnderlyingEvaluator |
class |
ExprEvalUnderlyingEvaluatorTable |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprEvalWithTypeWidener.getExprEvaluator() |
ExprEvaluator |
ExprEvalUnderlyingEvaluatorTable.getExprEvaluator() |
ExprEvaluator |
ExprEvalUnderlyingEvaluator.getExprEvaluator() |
ExprEvaluator |
ExprEvalSystemProperty.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamTable.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamNumUnd.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamNumEventTable.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamNumEvent.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamNumEnumSingleForge.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamNumEnumCollForge.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamInsertUnd.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamInsertTable.getExprEvaluator() |
ExprEvaluator |
ExprEvalStreamInsertNamedWindow.getExprEvaluator() |
ExprEvaluator |
ExprEvalMethodContext.getExprEvaluator() |
ExprEvaluator |
ExprEvalEnumerationSingleToCollForge.getExprEvaluator() |
ExprEvaluator |
ExprEvalEnumerationCollForge.getExprEvaluator() |
ExprEvaluator |
ExprEvalEnumerationAtBeanSingleForge.getExprEvaluator() |
ExprEvaluator |
ExprEvalEnumerationAtBeanCollTable.getExprEvaluator() |
ExprEvaluator |
ExprEvalEnumerationAtBeanColl.getExprEvaluator() |
ExprEvaluator |
ExprEvalByGetterFragment.getExprEvaluator() |
ExprEvaluator |
ExprEvalByGetter.getExprEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprCaseNodeForgeEvalSyntax1 |
class |
ExprCaseNodeForgeEvalSyntax2 |
class |
ExprCaseNodeForgeEvalTypable |
class |
ExprCastNodeConstEval |
class |
ExprCastNodeForgeConstEval |
class |
ExprCastNodeForgeNonConstEval |
class |
ExprCastNodeNonConstEval |
class |
ExprCoalesceNodeForgeEval |
class |
ExprInstanceofNodeForgeEval |
class |
ExprIStreamNode
Represents the RSTREAM() function in an expression tree.
|
class |
ExprMinMaxRowNodeForgeEval
Represents the MAX(a,b) and MIN(a,b) functions is an expression tree.
|
class |
ExprPlugInSingleRowNodeForgeConst |
class |
ExprPropertyExistsNode
Represents the EXISTS(property) function in an expression tree.
|
class |
ExprTypeofNodeForgeFragmentType |
class |
ExprTypeofNodeForgeStreamEvent
Represents the TYPEOF(a) function is an expression tree.
|
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
ExprCastNode.StringToDateLongWExprormatEval.dateFormatEval |
protected ExprEvaluator |
ExprCastNode.StringToJava8WExprFormatComputerEval.dateFormatEval |
Constructor and Description |
---|
ExprCaseNodeForgeEvalSyntax1(ExprCaseNodeForge forge,
List<UniformPair<ExprEvaluator>> whenThenNodeList,
ExprEvaluator optionalElseExprNode) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ExprConcatNodeEvalWNew.evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context,
StringBuffer buffer,
ExprEvaluator[] evaluators,
ExprConcatNode parent) |
protected static String |
ExprConcatNodeForgeEvalWNew.evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context,
StringBuffer buffer,
ExprEvaluator[] evaluators,
ExprConcatNodeForge form) |
Modifier and Type | Class and Description |
---|---|
class |
ExprPreviousMatchRecognizeNode
Represents the 'prev' previous event function in match-recognize "define" item.
|
class |
ExprPreviousNode
Represents the 'prev' previous event function in an expression node tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprPreviousNode.getExprEvaluator() |
ExprEvaluator |
ExprPreviousMatchRecognizeNode.getExprEvaluator() |
Constructor and Description |
---|
ExprPreviousEvalStrategyPrev(int streamNumber,
ExprEvaluator indexNode,
ExprEvaluator evalNode,
RandomAccessByIndexGetter randomAccessGetter,
RelativeAccessByEventNIndexGetter relativeAccessGetter,
boolean constantIndex,
Integer constantIndexNumber,
boolean tail) |
ExprPreviousEvalStrategyWindow(int streamNumber,
ExprEvaluator evalNode,
Class componentType,
RandomAccessByIndexGetter randomAccessGetter,
RelativeAccessByEventNIndexGetter relativeAccessGetter) |
Modifier and Type | Class and Description |
---|---|
class |
ExprPriorNode
Represents the 'prior' prior event function in an expression node tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprPriorNode.getExprEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprSubselectAllSomeAnyNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectExistsNode
Represents an exists-subselect in an expression tree.
|
class |
ExprSubselectInNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectRowNode
Represents a subselect in an expression tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprSubselectNode.getExprEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprTableAccessNode |
class |
ExprTableAccessNodeKeys |
class |
ExprTableAccessNodeSubprop |
class |
ExprTableAccessNodeSubpropAccessor |
class |
ExprTableAccessNodeTopLevel |
class |
ExprTableIdentNodeSubpropAccessor |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprTableIdentNodeSubpropAccessor.getExprEvaluator() |
ExprEvaluator |
ExprTableIdentNode.getExprEvaluator() |
ExprEvaluator |
ExprTableAccessNodeTopLevel.getExprEvaluator() |
ExprEvaluator |
ExprTableAccessNodeSubpropAccessor.getExprEvaluator() |
ExprEvaluator |
ExprTableAccessNodeSubprop.getExprEvaluator() |
ExprEvaluator |
ExprTableAccessNode.getExprEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
TimePeriodComputeNCGivenTPNonCalEval.setEvaluators(ExprEvaluator[] evaluators) |
void |
TimePeriodComputeNCGivenTPCalForgeEval.setEvaluators(ExprEvaluator[] evaluators) |
void |
TimePeriodComputeNCGivenExprEval.setSecondsEvaluator(ExprEvaluator secondsEvaluator) |
Constructor and Description |
---|
TimePeriodComputeNCGivenExprEval(ExprEvaluator secondsEvaluator,
TimeAbacus timeAbacus) |
TimePeriodComputeNCGivenTPCalForgeEval(ExprEvaluator[] evaluators,
TimePeriodAdder[] adders,
TimeAbacus timeAbacus,
TimeZone timeZone,
int indexMicroseconds) |
TimePeriodComputeNCGivenTPNonCalEval(ExprEvaluator[] evaluators,
TimePeriodAdder[] adders,
TimeAbacus timeAbacus) |
Modifier and Type | Class and Description |
---|---|
class |
ExprTimestampNode
Represents the CURRENT_TIMESTAMP() function or reserved keyword in an expression tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
ExprTimePeriodForge.getEvaluators() |
ExprEvaluator |
ExprTimestampNode.getExprEvaluator() |
ExprEvaluator |
ExprTimePeriodImpl.getExprEvaluator() |
ExprEvaluator |
ExprTimePeriodForge.getExprEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprVariableNodeImpl
Represents a variable in an expression tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprVariableNodeImpl.getExprEvaluator() |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
FAFQueryMethodSelect.getConsumerFilters() |
ExprEvaluator |
FAFQueryMethodIUDUpdate.getOptionalWhereClause() |
ExprEvaluator |
FAFQueryMethodIUDDelete.getOptionalWhereClause() |
ExprEvaluator |
FAFQueryMethodSelect.getWhereClause() |
Modifier and Type | Method and Description |
---|---|
void |
FAFQueryMethodSelect.setConsumerFilters(ExprEvaluator[] consumerFilters) |
void |
FAFQueryMethodIUDUpdate.setOptionalWhereClause(ExprEvaluator optionalWhereClause) |
void |
FAFQueryMethodIUDDelete.setOptionalWhereClause(ExprEvaluator optionalWhereClause) |
void |
FAFQueryMethodSelect.setWhereClause(ExprEvaluator whereClause) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
HistoricalEventViewableFactoryBase.evaluator |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
HistoricalEventViewableFactoryBase.getEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalEventViewableFactoryBase.setEvaluator(ExprEvaluator evaluator) |
Constructor and Description |
---|
HistoricalDataQueryStrategy(int myStreamNumber,
int historicalStreamNumber,
HistoricalEventViewable historicalEventViewable,
boolean isOuterJoin,
ExprEvaluator outerJoinCompareNode,
HistoricalIndexLookupStrategy indexLookupStrategy,
PollResultIndexingStrategy pollResultIndexingStrategy)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoricalIndexLookupStrategyInKeywordMulti.setEvaluator(ExprEvaluator evaluator) |
void |
HistoricalIndexLookupStrategyHash.setEvaluator(ExprEvaluator evaluator) |
void |
HistoricalIndexLookupStrategyInKeywordSingle.setEvaluators(ExprEvaluator[] evaluators) |
void |
HistoricalIndexLookupStrategyComposite.setHashGetter(ExprEvaluator hashGetter) |
Modifier and Type | Class and Description |
---|---|
static class |
SettingsApplicationDotMethodPointInsideRectange.PointIntersectsRectangleEvaluator |
static class |
SettingsApplicationDotMethodRectangeIntersectsRectangle.RectangleIntersectsRectangleEvaluator |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
SettingsApplicationDotMethodRectangeIntersectsRectangle.RectangleIntersectsRectangleForge.getExprEvaluator() |
ExprEvaluator |
SettingsApplicationDotMethodPointInsideRectange.PointIntersectsRectangleForge.getExprEvaluator() |
ExprEvaluator |
SubordTableLookupStrategyFactoryQuadTree.getHeight() |
ExprEvaluator |
AdvancedIndexConfigStatementMXCIFQuadtree.getHeightEval() |
ExprEvaluator |
SubordTableLookupStrategyFactoryQuadTree.getWidth() |
ExprEvaluator |
AdvancedIndexConfigStatementMXCIFQuadtree.getWidthEval() |
ExprEvaluator |
SubordTableLookupStrategyFactoryQuadTree.getX() |
ExprEvaluator |
AdvancedIndexConfigStatementPointRegionQuadtree.getxEval() |
ExprEvaluator |
AdvancedIndexConfigStatementMXCIFQuadtree.getxEval() |
ExprEvaluator |
SubordTableLookupStrategyFactoryQuadTree.getY() |
ExprEvaluator |
AdvancedIndexConfigStatementPointRegionQuadtree.getyEval() |
ExprEvaluator |
AdvancedIndexConfigStatementMXCIFQuadtree.getyEval() |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactoryForgeQuadTreeForge.configureContextPartition(EventType eventType,
AdvancedIndexDescWExpr indexDesc,
ExprEvaluator[] parameters,
ExprEvaluatorContext exprEvaluatorContext,
EventTableOrganization organization,
EventAdvancedIndexConfigStatementForge advancedIndexConfigStatement) |
protected static AdvancedIndexConfigContextPartition |
AdvancedIndexFactoryProviderQuadTree.configureQuadTree(String indexName,
ExprEvaluator[] parameters,
ExprEvaluatorContext exprEvaluatorContext) |
void |
SubordTableLookupStrategyFactoryQuadTree.setHeight(ExprEvaluator height) |
void |
AdvancedIndexConfigStatementMXCIFQuadtree.setHeightEval(ExprEvaluator heightEval) |
void |
SubordTableLookupStrategyFactoryQuadTree.setWidth(ExprEvaluator width) |
void |
AdvancedIndexConfigStatementMXCIFQuadtree.setWidthEval(ExprEvaluator widthEval) |
void |
SubordTableLookupStrategyFactoryQuadTree.setX(ExprEvaluator x) |
void |
AdvancedIndexConfigStatementPointRegionQuadtree.setxEval(ExprEvaluator xEval) |
void |
AdvancedIndexConfigStatementMXCIFQuadtree.setxEval(ExprEvaluator xEval) |
void |
SubordTableLookupStrategyFactoryQuadTree.setY(ExprEvaluator y) |
void |
AdvancedIndexConfigStatementPointRegionQuadtree.setyEval(ExprEvaluator yEval) |
void |
AdvancedIndexConfigStatementMXCIFQuadtree.setyEval(ExprEvaluator yEval) |
Constructor and Description |
---|
RectangleIntersectsRectangleEvaluator(ExprEvaluator meXEval,
ExprEvaluator meYEval,
ExprEvaluator meWidthEval,
ExprEvaluator meHeightEval,
ExprEvaluator otherXEval,
ExprEvaluator otherYEval,
ExprEvaluator otherWidthEval,
ExprEvaluator otherHeightEval) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
EventAdvancedIndexProvisionRuntime.getParameterEvaluators() |
Modifier and Type | Method and Description |
---|---|
static double |
AdvancedIndexEvaluationHelper.evalDoubleColumn(ExprEvaluator col,
String indexName,
String colName,
EventBean[] eventsPerStream,
boolean newData,
ExprEvaluatorContext exprEvaluatorContext) |
static double |
AdvancedIndexEvaluationHelper.evalDoubleParameter(ExprEvaluator param,
String indexName,
String parameterName,
ExprEvaluatorContext exprEvaluatorContext) |
static int |
AdvancedIndexEvaluationHelper.evalIntParameter(ExprEvaluator param,
String indexName,
String parameterName,
ExprEvaluatorContext exprEvaluatorContext) |
void |
EventAdvancedIndexProvisionRuntime.setParameterEvaluators(ExprEvaluator[] parameterEvaluators) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
JoinSetComposerPrototypeBase.postJoinFilterEvaluator |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
JoinSetComposerDesc.getPostJoinFilterEvaluator() |
Modifier and Type | Method and Description |
---|---|
static void |
JoinSetComposerUtil.filter(ExprEvaluator filterExprNode,
Set<MultiKey<EventBean>> events,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
void |
JoinSetComposerPrototypeHistorical2Stream.setOuterJoinEqualsEval(ExprEvaluator outerJoinEqualsEval) |
void |
JoinSetComposerPrototypeBase.setPostJoinFilterEvaluator(ExprEvaluator postJoinFilterEvaluator) |
Constructor and Description |
---|
JoinExecutionStrategyImpl(JoinSetComposer composer,
ExprEvaluator optionalFilter,
JoinSetProcessor indicator,
ExprEvaluatorContext staticExprEvaluatorContext)
Ctor.
|
JoinSetComposerDesc(JoinSetComposer joinSetComposer,
ExprEvaluator postJoinFilterEvaluator) |
Constructor and Description |
---|
HistoricalTableLookupStrategy(HistoricalEventViewable viewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy lookupStrategy,
int numStreams,
int streamNum,
int rootStreamNum,
ExprEvaluator outerJoinExprNode)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
CompositeAccessStrategyRangeBase.end |
protected ExprEvaluator |
CompositeAccessStrategyRelOpBase.key |
protected ExprEvaluator |
CompositeAccessStrategyRangeBase.start |
Modifier and Type | Method and Description |
---|---|
static CompositeIndexQuery |
CompositeIndexQueryFactory.makeJoinSingleLookupStream(boolean isNWOnTrigger,
int lookupStream,
ExprEvaluator hashGetter,
QueryGraphValueEntryRange[] rangeProps) |
static CompositeIndexQuery |
CompositeIndexQueryFactory.makeSubordinate(boolean isNWOnTrigger,
int numOuterStreams,
ExprEvaluator hashEval,
QueryGraphValueEntryRange[] rangeEvals) |
Constructor and Description |
---|
CompositeAccessStrategyGE(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator key) |
CompositeAccessStrategyGT(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator key) |
CompositeAccessStrategyLE(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator key) |
CompositeAccessStrategyLT(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator key) |
CompositeAccessStrategyRangeBase(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd) |
CompositeAccessStrategyRangeInverted(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd) |
CompositeAccessStrategyRangeNormal(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd,
boolean allowReverseRange) |
CompositeAccessStrategyRelOpBase(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator key) |
CompositeIndexQueryKeyed(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator hashGetter) |
CompositeTableLookupStrategy(EventType eventType,
int lookupStream,
ExprEvaluator hashKeys,
QueryGraphValueEntryRange[] rangeKeyPairs,
PropertyCompositeEventTable index) |
Modifier and Type | Method and Description |
---|---|
static Set<EventBean> |
InKeywordTableLookupUtil.multiIndexLookup(ExprEvaluator evaluator,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext,
EventTable[] indexes) |
static Set<EventBean> |
InKeywordTableLookupUtil.singleIndexLookup(ExprEvaluator[] evaluators,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext,
PropertyHashedEventTable index) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
SortedAccessStrategyRangeBase.end |
protected ExprEvaluator |
SortedAccessStrategyRangeBase.start |
Constructor and Description |
---|
SortedAccessStrategyGE(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval) |
SortedAccessStrategyGT(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval) |
SortedAccessStrategyLE(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval) |
SortedAccessStrategyLT(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval) |
SortedAccessStrategyRange(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd,
boolean allowRangeReversal) |
SortedAccessStrategyRangeBase(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd) |
SortedAccessStrategyRangeInverted(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd) |
SortedAccessStrategyRelOpBase(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval) |
Constructor and Description |
---|
ExcludePlanHint(String[] streamNames,
List<ExprEvaluator> evaluators,
StatementCompileTimeServices services) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
IndexedTableLookupPlanHashedOnlyFactory.exprEvaluator |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
InKeywordTableLookupPlanSingleIdxFactory.getExpressions() |
ExprEvaluator |
IndexedTableLookupPlanHashedOnlyFactory.getExprEvaluator() |
ExprEvaluator |
InKeywordTableLookupPlanMultiIdxFactory.getKeyExpr() |
Constructor and Description |
---|
CompositeTableLookupPlanFactory(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum,
ExprEvaluator hashKeys,
QueryGraphValueEntryRange[] rangeKeyPairs) |
IndexedTableLookupPlanHashedOnlyFactory(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum,
ExprEvaluator exprEvaluator) |
InKeywordTableLookupPlanMultiIdxFactory(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum,
ExprEvaluator keyExpr) |
InKeywordTableLookupPlanSingleIdxFactory(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNums,
ExprEvaluator[] expressions) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
QueryGraphValueEntryRangeIn.getExprEnd() |
ExprEvaluator |
QueryGraphValueEntryRangeRelOp.getExpression() |
ExprEvaluator[] |
QueryGraphValueEntryRangeRelOp.getExpressions() |
ExprEvaluator[] |
QueryGraphValueEntryRangeIn.getExpressions() |
abstract ExprEvaluator[] |
QueryGraphValueEntryRange.getExpressions() |
ExprEvaluator[] |
QueryGraphValueEntryCustomKey.getExprNodes() |
ExprEvaluator |
QueryGraphValueEntryRangeIn.getExprStart() |
ExprEvaluator |
QueryGraphValueEntryHashKeyed.getKeyExpr() |
ExprEvaluator[] |
QueryGraphValueEntryInKeywordSingleIdx.getKeyExprs() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ExprEvaluator> |
QueryGraphValueEntryCustomOperation.getPositionalExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
QueryGraphValueEntryCustomKey.setExprNodes(ExprEvaluator[] exprNodes) |
Modifier and Type | Method and Description |
---|---|
void |
QueryGraphValueEntryCustomOperation.setPositionalExpressions(Map<Integer,ExprEvaluator> positionalExpressions) |
Constructor and Description |
---|
QueryGraphValueEntryHashKeyed(ExprEvaluator keyExpr) |
QueryGraphValueEntryHashKeyedExpr(ExprEvaluator keyExpr,
boolean requiresKey) |
QueryGraphValueEntryInKeywordSingleIdx(ExprEvaluator[] keyExprs) |
QueryGraphValueEntryRangeIn(QueryGraphRangeEnum rangeType,
ExprEvaluator exprStart,
ExprEvaluator exprEnd,
boolean allowRangeReversal) |
QueryGraphValueEntryRangeRelOp(QueryGraphRangeEnum type,
ExprEvaluator expression,
boolean isBetweenPart) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
TableLookupPlan.getVirtualDWHashEvals() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalDataPlanNode.setOuterJoinExprEval(ExprEvaluator outerJoinExprEval) |
void |
TableLookupPlan.setVirtualDWHashEvals(ExprEvaluator[] virtualDWHashEvals) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
SubordInKeywordMultiTableLookupStrategyFactory.evaluator |
protected ExprEvaluator |
SubordHashedTableLookupStrategyPropFactory.evaluator |
protected ExprEvaluator |
SubordHashedTableLookupStrategyExprFactory.evaluator |
protected ExprEvaluator[] |
SubordInKeywordSingleTableLookupStrategyFactory.evaluators |
Constructor and Description |
---|
SubordCompositeTableLookupStrategyFactory(boolean isNWOnTrigger,
int numStreams,
String[] expressions,
ExprEvaluator hashEval,
QueryGraphValueEntryRange[] rangeEvals) |
SubordHashedTableLookupStrategyExprFactory(String[] expressionTexts,
ExprEvaluator evaluator,
boolean isNWOnTrigger,
int numStreamsOuter) |
SubordHashedTableLookupStrategyPropFactory(String[] properties,
int[] keyStreamNums,
ExprEvaluator evaluator) |
SubordInKeywordMultiTableLookupStrategyFactory(boolean isNWOnTrigger,
int streamCountOuter,
ExprEvaluator evaluator,
String expression) |
SubordInKeywordSingleTableLookupStrategyFactory(boolean isNWOnTrigger,
int streamCountOuter,
ExprEvaluator[] evaluators,
String[] expressions) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
SubordPropHashKey.getHashKey() |
Constructor and Description |
---|
SubordPropHashKey(ExprEvaluator hashKey,
Integer optionalKeyStreamNum,
Class coercionType) |
Constructor and Description |
---|
SubordWMatchExprLookupStrategyAllFiltered(ExprEvaluator joinExpr,
Iterable<EventBean> iterable)
Ctor.
|
SubordWMatchExprLookupStrategyAllFilteredFactory(ExprEvaluator exprEvaluator) |
SubordWMatchExprLookupStrategyIndexedFiltered(ExprEvaluator joinExpr,
SubordTableLookupStrategy tableLookupStrategy) |
SubordWMatchExprLookupStrategyIndexedFilteredFactory(ExprEvaluator exprEvaluator,
SubordTableLookupStrategyFactory lookupStrategyFactory) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
NamedWindowConsumerView.getFilter() |
ExprEvaluator |
NamedWindowConsumerDesc.getFilterEvaluator() |
Constructor and Description |
---|
NamedWindowConsumerDesc(int namedWindowConsumerId,
ExprEvaluator filterEvaluator,
PropertyEvaluator optPropertyEvaluator,
AgentInstanceContext agentInstanceContext) |
NamedWindowConsumerView(int namedWindowConsumerId,
ExprEvaluator filter,
PropertyEvaluator optPropertyEvaluator,
EventType eventType,
NamedWindowConsumerCallback consumerCallback,
ExprEvaluatorContext exprEvaluatorContext,
boolean audit) |
Modifier and Type | Method and Description |
---|---|
EventBean[] |
NamedWindowTailViewInstance.snapshotDelete(QueryGraph filterQueryGraph,
ExprEvaluator filterExpr,
Annotation[] annotations) |
Collection<EventBean> |
NamedWindowTailViewInstance.snapshotNoLockWithFilter(QueryGraph filterQueryGraph,
Annotation[] annotations,
ExprEvaluator filterExpr,
ExprEvaluatorContext exprEvaluatorContext) |
EventBean[] |
NamedWindowTailViewInstance.snapshotUpdate(QueryGraph filterQueryGraph,
ExprEvaluator optionalWhereClause,
EventBeanUpdateHelperWCopy updateHelper,
Annotation[] annotations) |
Constructor and Description |
---|
InfraOnMergeAction(ExprEvaluator optionalFilter) |
InfraOnMergeActionDel(ExprEvaluator optionalFilter) |
InfraOnMergeActionIns(ExprEvaluator optionalFilter,
SelectExprProcessor insertHelper,
Table insertIntoTable,
boolean audit,
boolean route) |
InfraOnMergeActionUpd(ExprEvaluator optionalFilter,
EventBeanUpdateHelperNoCopy tableUpdate,
Table table) |
InfraOnMergeActionUpd(ExprEvaluator optionalFilter,
EventBeanUpdateHelperWCopy namedWindowUpdate) |
InfraOnMergeMatch(ExprEvaluator optionalCond,
List<InfraOnMergeAction> actions) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
OutputConditionCrontabFactory.scheduleSpecEvaluators |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
OutputConditionExpressionFactory.getAndWhenTerminatedExpressionNodeEval() |
ExprEvaluator |
OutputConditionExpressionFactory.getWhenExpressionNodeEval() |
Modifier and Type | Method and Description |
---|---|
void |
OutputConditionExpressionFactory.setAndWhenTerminatedExpressionNodeEval(ExprEvaluator andWhenTerminatedExpressionNodeEval) |
void |
OutputConditionExpressionFactory.setWhenExpressionNodeEval(ExprEvaluator whenExpressionNodeEval) |
Constructor and Description |
---|
OutputConditionCrontabFactory(ExprEvaluator[] scheduleSpecExpressionList,
boolean isStartConditionOnCreation,
int scheduleCallbackId) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
OutputConditionPolledExpressionFactory.getWhenExpression() |
Modifier and Type | Method and Description |
---|---|
void |
OutputConditionPolledExpressionFactory.setWhenExpression(ExprEvaluator whenExpression) |
Constructor and Description |
---|
OutputConditionPolledCrontabFactory(ExprEvaluator[] expressions) |
Modifier and Type | Method and Description |
---|---|
static Object |
PatternExpressionUtil.evaluateChecked(String objectName,
ExprEvaluator evaluator,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext) |
static Object |
PatternExpressionUtil.getKeys(MatchedEventMap matchEvent,
MatchedEventConvertor convertor,
ExprEvaluator expression,
AgentInstanceContext agentInstanceContext) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
EvalEveryDistinctFactoryNode.getDistinctExpression() |
Modifier and Type | Method and Description |
---|---|
void |
EvalEveryDistinctFactoryNode.setDistinctExpression(ExprEvaluator distinctExpression) |
Modifier and Type | Method and Description |
---|---|
void |
EvalFollowedByFactoryNode.setMaxPerChildEvals(ExprEvaluator[] maxPerChildEvals) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
ExpressionGuardFactory.expression |
Modifier and Type | Method and Description |
---|---|
void |
TimerWithinOrMaxCountGuardFactory.setCountEval(ExprEvaluator countEval) |
void |
ExpressionGuardFactory.setExpression(ExprEvaluator expression) |
Constructor and Description |
---|
ExpressionGuard(MatchedEventConvertor convertor,
ExprEvaluator expression,
Quitable quitable) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
EvalMatchUntilFactoryNode.getLowerBounds() |
ExprEvaluator |
EvalMatchUntilFactoryNode.getSingleBound() |
ExprEvaluator |
EvalMatchUntilFactoryNode.getUpperBounds() |
Modifier and Type | Method and Description |
---|---|
void |
EvalMatchUntilFactoryNode.setLowerBounds(ExprEvaluator lowerBounds) |
void |
EvalMatchUntilFactoryNode.setSingleBound(ExprEvaluator singleBound) |
void |
EvalMatchUntilFactoryNode.setUpperBounds(ExprEvaluator upperBounds) |
Modifier and Type | Method and Description |
---|---|
protected static TimerScheduleSpec |
TimerScheduleSpecComputeISOString.compute(ExprEvaluator parameter,
EventBean[] events,
ExprEvaluatorContext exprEvaluatorContext) |
protected static TimerScheduleSpec |
TimerScheduleSpecComputeFromExpr.compute(ExprEvaluator date,
ExprEvaluator repetitions,
TimePeriodEval timePeriod,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext,
TimeZone timeZone,
TimeAbacus timeAbacus) |
void |
TimerScheduleSpecComputeFromExpr.setDate(ExprEvaluator date) |
void |
TimerAtObserverFactory.setParameters(ExprEvaluator[] parameters) |
void |
TimerScheduleSpecComputeFromExpr.setRepetitions(ExprEvaluator repetitions) |
Constructor and Description |
---|
TimerScheduleSpecComputeISOString(ExprEvaluator parameter) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ResultSetProcessorUtil.evaluateHavingClause(ExprEvaluator havingEval,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
static EventBean[] |
ResultSetProcessorUtil.getSelectEventsHaving(SelectExprProcessor exprProcessor,
EventBean[] events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
ExprEvaluatorContext exprEvaluatorContext)
Applies the select-clause to the given events returning the selected events.
|
static EventBean[] |
ResultSetProcessorUtil.getSelectEventsHavingWithOrderBy(AggregationService aggregationService,
SelectExprProcessor exprProcessor,
OrderByProcessor orderByProcessor,
EventBean[] events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
ExprEvaluatorContext exprEvaluatorContext)
Applies the select-clause to the given events returning the selected events.
|
static EventBean[] |
ResultSetProcessorUtil.getSelectJoinEventsHaving(SelectExprProcessor exprProcessor,
Set<MultiKey<EventBean>> events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
ExprEvaluatorContext exprEvaluatorContext)
Applies the select-clause to the given events returning the selected events.
|
static EventBean[] |
ResultSetProcessorUtil.getSelectJoinEventsHavingWithOrderBy(AggregationService aggregationService,
SelectExprProcessor exprProcessor,
OrderByProcessor orderByProcessor,
Set<MultiKey<EventBean>> events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
ExprEvaluatorContext exprEvaluatorContext)
Applies the select-clause to the given events returning the selected events.
|
OutputConditionFactory |
ResultSetProcessorHelperFactoryDefault.makeOutputConditionCrontab(ExprEvaluator[] crontabAtSchedule,
boolean isStartConditionOnCreation,
int scheduleCallbackId) |
OutputConditionFactory |
ResultSetProcessorHelperFactory.makeOutputConditionCrontab(ExprEvaluator[] crontabAtSchedule,
boolean isStartConditionOnCreation,
int scheduleCallbackId) |
static void |
ResultSetProcessorUtil.populateSelectEventsHaving(SelectExprProcessor exprProcessor,
EventBean[] events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
List<EventBean> result,
ExprEvaluatorContext exprEvaluatorContext) |
static void |
ResultSetProcessorUtil.populateSelectEventsHavingWithOrderBy(SelectExprProcessor exprProcessor,
OrderByProcessor orderByProcessor,
EventBean[] events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
List<EventBean> result,
List<Object> optSortKeys,
ExprEvaluatorContext exprEvaluatorContext) |
static void |
ResultSetProcessorUtil.populateSelectJoinEventsHaving(SelectExprProcessor exprProcessor,
Set<MultiKey<EventBean>> events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
List<EventBean> result,
ExprEvaluatorContext exprEvaluatorContext) |
static void |
ResultSetProcessorUtil.populateSelectJoinEventsHavingWithOrderBy(SelectExprProcessor exprProcessor,
OrderByProcessor orderByProcessor,
Set<MultiKey<EventBean>> events,
ExprEvaluator havingNode,
boolean isNewData,
boolean isSynthesize,
List<EventBean> result,
List<Object> sortKeys,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Class and Description |
---|---|
class |
BindProcessorStream |
class |
BindProcessorStreamTable |
static class |
SelectExprInsertEventBeanFactory.ExprForgeJoinWildcard |
static class |
SelectExprInsertEventBeanFactory.ExprForgeStreamUnderlying |
static class |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithGetter |
static class |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithInner |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase.evaluator |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
SelectExprInsertEventBeanFactory.ExprForgeJoinWildcard.getExprEvaluator() |
ExprEvaluator |
SelectExprInsertEventBeanFactory.ExprForgeStreamUnderlying.getExprEvaluator() |
ExprEvaluator |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithInner.getExprEvaluator() |
ExprEvaluator |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithGetter.getExprEvaluator() |
ExprEvaluator |
BindProcessorStreamTable.getExprEvaluator() |
ExprEvaluator |
BindProcessorStream.getExprEvaluator() |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
SelectEvalStreamBase.evaluators |
protected ExprEvaluator[] |
SelectEvalBaseMap.evaluators |
Modifier and Type | Class and Description |
---|---|
class |
SelectExprProcessorTypableMapEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
SelectExprProcessorTypableSingleForge.getExprEvaluator() |
ExprEvaluator |
SelectExprProcessorTypableMultiForge.getExprEvaluator() |
ExprEvaluator |
SelectExprProcessorTypableMapForge.getExprEvaluator() |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
RowRecogDesc.getColumnEvaluators() |
ExprEvaluator |
RowRecogDesc.getPartitionEvalMayNull() |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogDesc.setColumnEvaluators(ExprEvaluator[] columnEvaluators) |
void |
RowRecogDesc.setPartitionEvalMayNull(ExprEvaluator partitionEvalMayNull) |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogNFAStateZeroToManyEvalCond.setExpression(ExprEvaluator expression) |
void |
RowRecogNFAStateOneToManyEvalCond.setExpression(ExprEvaluator expression) |
void |
RowRecogNFAStateOneOptionalEvalCond.setExpression(ExprEvaluator expression) |
void |
RowRecogNFAStateFilterEval.setExpression(ExprEvaluator expression) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
RowRecogPartitionStateRepoGroupMeta.getPartitionExpression() |
Constructor and Description |
---|
RowRecogPartitionStateRepoGroupMeta(boolean hasInterval,
ExprEvaluator partitionExpression,
AgentInstanceContext agentInstanceContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptEvaluator |
Modifier and Type | Class and Description |
---|---|
class |
ScriptEvaluatorBase |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
ScriptEvaluatorBase.parameters |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprNodeScript.getExprEvaluator() |
ExprEvaluator[] |
ScriptDescriptorRuntime.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptDescriptorRuntime.setParameters(ExprEvaluator[] parameters) |
Constructor and Description |
---|
ScriptEvaluatorBase(String scriptName,
String[] parameterNames,
ExprEvaluator[] parameters,
SimpleNumberCoercer coercer) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptEvaluatorJSR223 |
Constructor and Description |
---|
ScriptEvaluatorJSR223(String scriptName,
String[] parameterNames,
ExprEvaluator[] parameters,
SimpleNumberCoercer coercer,
CompiledScript executable) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptEvaluatorMVEL |
Constructor and Description |
---|
ScriptEvaluatorMVEL(String scriptName,
String[] parameterNames,
ExprEvaluator[] parameters,
SimpleNumberCoercer coercer,
Object executable) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
SubselectAggregationPreprocessorBase.filterEval |
protected ExprEvaluator |
SubselectAggregatorViewBase.groupKeys |
protected ExprEvaluator |
SubselectAggregationPreprocessorBase.groupKeys |
protected ExprEvaluator |
SubselectAggregatorViewBase.optionalFilterExpr |
Modifier and Type | Method and Description |
---|---|
void |
SubSelectStrategyFactoryLocalViewPreloaded.setFilterExprEval(ExprEvaluator filterExprEval) |
void |
SubSelectStrategyFactoryIndexShare.setFilterExprEval(ExprEvaluator filterExprEval) |
void |
SubSelectStrategyFactoryLocalViewPreloaded.setGroupKeyEval(ExprEvaluator groupKeyEval) |
void |
SubSelectStrategyFactoryIndexShare.setGroupKeyEval(ExprEvaluator groupKeyEval) |
void |
SubSelectStrategyFactoryLocalViewPreloaded.setNamedWindowFilterExpr(ExprEvaluator namedWindowFilterExpr) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
TableColumnMethodPairEval.getEvaluator() |
Constructor and Description |
---|
TableColumnMethodPairEval(ExprEvaluator evaluator,
int column) |
TableStateViewableInternal(TableInstance tableInstance,
ExprEvaluator optionalTableFilter) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExprTableEvalStrategyFactory.getGroupKeyEval() |
Modifier and Type | Method and Description |
---|---|
void |
ExprTableEvalStrategyFactory.setGroupKeyEval(ExprEvaluator groupKeyEval) |
Constructor and Description |
---|
FilteredEventIterator(ExprEvaluator filter,
Iterator<EventBean> parent,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
VariableTriggerSetDesc.getEvaluator() |
Constructor and Description |
---|
VariableTriggerSetDesc(String variableName,
ExprEvaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
SubordTableLookupStrategyFactoryVDW.getHashEvals() |
ExprEvaluator[] |
VirtualDWViewFactory.getParameterExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
SubordTableLookupStrategyFactoryVDW.setHashEvals(ExprEvaluator[] hashEvals) |
void |
VirtualDWViewFactory.setParameterExpressions(ExprEvaluator[] parameterExpressions) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
InstanceManufacturerUtil.InstanceManufacturerForgeNonArray.getExprEvaluator() |
ExprEvaluator |
InstanceManufacturerUtil.InstanceManufacturerForgeArray.getExprEvaluator() |
Constructor and Description |
---|
InstanceManufacturerFastCtor(InstanceManufacturerFactoryFastCtor factory,
ExprEvaluator[] evaluators) |
Modifier and Type | Method and Description |
---|---|
static EventBean |
EventBeanUtility.evaluateFilterExpectSingleMatch(EventBean[] eventsZeroSubselect,
boolean newData,
Collection<EventBean> matchingEvents,
ExprEvaluatorContext exprEvaluatorContext,
ExprEvaluator filter)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static HashableMultiKey |
EventBeanUtility.getMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext context,
Class[] coercionTypes) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
FilterSpecParamExprNode.getExprNode() |
Modifier and Type | Method and Description |
---|---|
void |
FilterSpecParamExprNode.setExprNode(ExprEvaluator exprNode) |
Modifier and Type | Method and Description |
---|---|
static ScheduleSpec |
ScheduleExpressionUtil.crontabScheduleBuild(ExprEvaluator[] scheduleSpecEvaluators,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
static int |
ViewFactoryUtil.evaluateSizeParam(String viewName,
ExprEvaluator sizeEvaluator,
AgentInstanceContext context) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
RegressionLinestViewFactory.expressionXEval |
protected ExprEvaluator |
CorrelationViewFactory.expressionXEval |
protected ExprEvaluator |
RegressionLinestViewFactory.expressionYEval |
protected ExprEvaluator |
CorrelationViewFactory.expressionYEval |
protected ExprEvaluator |
UnivariateStatisticsViewFactory.fieldEval |
protected ExprEvaluator |
WeightedAverageViewFactory.fieldNameWeightEvaluator |
protected ExprEvaluator |
WeightedAverageViewFactory.fieldNameXEvaluator |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
StatViewAdditionalPropsEval.getAdditionalEvals() |
ExprEvaluator |
RegressionLinestViewFactory.getExpressionXEval() |
ExprEvaluator |
CorrelationViewFactory.getExpressionXEval() |
ExprEvaluator |
BaseBivariateStatisticsView.getExpressionXEval() |
ExprEvaluator |
RegressionLinestViewFactory.getExpressionYEval() |
ExprEvaluator |
CorrelationViewFactory.getExpressionYEval() |
ExprEvaluator |
BaseBivariateStatisticsView.getExpressionYEval() |
ExprEvaluator |
UnivariateStatisticsViewFactory.getFieldEval() |
ExprEvaluator |
WeightedAverageViewFactory.getFieldNameWeightEvaluator() |
ExprEvaluator |
WeightedAverageViewFactory.getFieldNameXEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
RegressionLinestViewFactory.setExpressionXEval(ExprEvaluator expressionXEval) |
void |
CorrelationViewFactory.setExpressionXEval(ExprEvaluator expressionXEval) |
void |
RegressionLinestViewFactory.setExpressionYEval(ExprEvaluator expressionYEval) |
void |
CorrelationViewFactory.setExpressionYEval(ExprEvaluator expressionYEval) |
void |
UnivariateStatisticsViewFactory.setFieldEval(ExprEvaluator fieldEval) |
void |
WeightedAverageViewFactory.setFieldNameWeightEvaluator(ExprEvaluator fieldNameWeightEvaluator) |
void |
WeightedAverageViewFactory.setFieldNameXEvaluator(ExprEvaluator fieldNameXEvaluator) |
Constructor and Description |
---|
BaseBivariateStatisticsView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprEvaluator expressionXEval,
ExprEvaluator expressionYEval,
EventType eventType,
StatViewAdditionalPropsEval additionalProps)
Constructor requires the name of the two fields to use in the parent view to compute the statistics.
|
CorrelationView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprEvaluator xExpressionEval,
ExprEvaluator yExpressionEval,
EventType eventType,
StatViewAdditionalPropsEval additionalProps) |
RegressionLinestView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprEvaluator xEval,
ExprEvaluator yEval,
EventType eventType,
StatViewAdditionalPropsEval additionalProps) |
StatViewAdditionalPropsEval(String[] additionalProps,
ExprEvaluator[] additionalEvals,
Class[] additionalTypes) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
ExpressionViewFactoryBase.expiryEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExpressionViewFactoryBase.getExpiryEval() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionViewFactoryBase.setExpiryEval(ExprEvaluator expiryEval) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
ExternallyTimedBatchViewFactory.timestampEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExternallyTimedBatchViewFactory.getTimestampEval() |
Modifier and Type | Method and Description |
---|---|
void |
ExternallyTimedBatchViewFactory.setTimestampEval(ExprEvaluator timestampEval) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
ExternallyTimedWindowViewFactory.timestampEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
ExternallyTimedWindowViewFactory.getTimestampEval() |
Modifier and Type | Method and Description |
---|---|
void |
ExternallyTimedWindowViewFactory.setTimestampEval(ExprEvaluator timestampEval) |
Constructor and Description |
---|
FilterExprView(ExprEvaluator exprEvaluator,
ExprEvaluatorContext exprEvaluatorContext,
String whereClauseEvaluatorTextForAudit)
Ctor.
|
FilterExprViewIterator(Iterator<EventBean> sourceIterator,
ExprEvaluator filter,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
FirstLengthWindowViewFactory.size |
Modifier and Type | Method and Description |
---|---|
void |
FirstLengthWindowViewFactory.setSize(ExprEvaluator size) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
FirstUniqueByPropertyViewFactory.criteriaEvals |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
FirstUniqueByPropertyViewFactory.getCriteriaEvals() |
Modifier and Type | Method and Description |
---|---|
void |
FirstUniqueByPropertyViewFactory.setCriteriaEvals(ExprEvaluator[] criteriaEvals) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
GroupByViewFactory.criteriaEvals |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
GroupByViewFactory.getCriteriaEvals() |
Modifier and Type | Method and Description |
---|---|
void |
GroupByViewFactory.setCriteriaEvals(ExprEvaluator[] criteriaEvals) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
LengthWindowViewFactory.size |
Modifier and Type | Method and Description |
---|---|
void |
LengthWindowViewFactory.setSize(ExprEvaluator size) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
LengthBatchViewFactory.size
The length window size.
|
Modifier and Type | Method and Description |
---|---|
void |
LengthBatchViewFactory.setSize(ExprEvaluator size) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
RankWindowViewFactory.size |
protected ExprEvaluator[] |
RankWindowViewFactory.sortCriteriaEvaluators |
protected ExprEvaluator[] |
RankWindowViewFactory.uniqueEvaluators |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
RankWindowViewFactory.getSizeEvaluator() |
ExprEvaluator[] |
RankWindowViewFactory.getSortCriteriaEvaluators() |
ExprEvaluator[] |
RankWindowViewFactory.getUniqueEvaluators() |
Modifier and Type | Method and Description |
---|---|
static HashableMultiKey |
RankWindowView.getCriteriaMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |
static Object |
RankWindowView.getSortKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
EventBean theEvent,
ExprEvaluatorContext evalContext) |
static HashableMultiKey |
RankWindowView.getSortMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |
static Object |
RankWindowView.getUniqueKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
EventBean theEvent,
ExprEvaluatorContext evalContext) |
void |
RankWindowViewFactory.setSize(ExprEvaluator size) |
void |
RankWindowViewFactory.setSortCriteriaEvaluators(ExprEvaluator[] sortCriteriaEvaluators) |
void |
RankWindowViewFactory.setUniqueEvaluators(ExprEvaluator[] uniqueEvaluators) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
SortWindowViewFactory.size |
protected ExprEvaluator[] |
SortWindowViewFactory.sortCriteriaEvaluators |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
SortWindowViewFactory.getSize() |
ExprEvaluator[] |
SortWindowViewFactory.getSortCriteriaEvaluators() |
Modifier and Type | Method and Description |
---|---|
void |
SortWindowViewFactory.setSize(ExprEvaluator size) |
void |
SortWindowViewFactory.setSortCriteriaEvaluators(ExprEvaluator[] sortCriteriaEvaluators) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
TimeLengthBatchViewFactory.size
Number of events to collect before batch fires.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
TimeLengthBatchViewFactory.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
TimeLengthBatchViewFactory.setSize(ExprEvaluator size) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
TimeOrderViewFactory.timestampEval |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
TimeOrderViewFactory.getTimestampEval() |
Modifier and Type | Method and Description |
---|---|
void |
TimeOrderViewFactory.setTimestampEval(ExprEvaluator timestampEval) |
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
UniqueByPropertyViewFactory.criteriaEvals |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
UniqueByPropertyViewFactory.getCriteriaEvals() |
Modifier and Type | Method and Description |
---|---|
void |
UniqueByPropertyViewFactory.setCriteriaEvals(ExprEvaluator[] criteriaEvals) |
Modifier and Type | Method and Description |
---|---|
static Object |
ViewForgeSupport.evaluate(ExprEvaluator evaluator,
int expressionNumber,
String viewName) |
Copyright © 2005–2018. All rights reserved.