|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.datetime.interval.IntervalOpImpl
public class IntervalOpImpl
Nested Class Summary | |
---|---|
static interface |
IntervalOpImpl.IntervalOpEval
|
static class |
IntervalOpImpl.IntervalOpEvalCal
|
static class |
IntervalOpImpl.IntervalOpEvalCalWithEnd
|
static class |
IntervalOpImpl.IntervalOpEvalDate
|
static class |
IntervalOpImpl.IntervalOpEvalDateBase
|
static class |
IntervalOpImpl.IntervalOpEvalDateWithEnd
|
static class |
IntervalOpImpl.IntervalOpEvalDateWithEndBase
|
static class |
IntervalOpImpl.IntervalOpEvalLong
|
static class |
IntervalOpImpl.IntervalOpEvalLongWithEnd
|
Constructor Summary | |
---|---|
IntervalOpImpl(DatetimeMethodEnum method,
java.lang.String methodNameUse,
StreamTypeService streamTypeService,
java.util.List<ExprNode> expressions)
|
Method Summary | |
---|---|
java.lang.Object |
evaluate(long startTs,
long endTs,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
|
ExprDotNodeFilterAnalyzerDTIntervalDesc |
getFilterDesc(EventType[] typesPerStream,
DatetimeMethodEnum currentMethod,
java.util.List<ExprNode> currentParameters,
ExprDotNodeFilterAnalyzerInput inputDesc)
Obtain information used by filter analyzer to handle this dot-method invocation as part of query planning/indexing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntervalOpImpl(DatetimeMethodEnum method, java.lang.String methodNameUse, StreamTypeService streamTypeService, java.util.List<ExprNode> expressions) throws ExprValidationException
ExprValidationException
Method Detail |
---|
public ExprDotNodeFilterAnalyzerDTIntervalDesc getFilterDesc(EventType[] typesPerStream, DatetimeMethodEnum currentMethod, java.util.List<ExprNode> currentParameters, ExprDotNodeFilterAnalyzerInput inputDesc)
getFilterDesc
in interface IntervalOp
typesPerStream
- event typescurrentMethod
- currentParameters
- inputDesc
- descriptor of what the input to this interval method ispublic java.lang.Object evaluate(long startTs, long endTs, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
evaluate
in interface IntervalOp
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |