|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.type.MinMaxTypeEnum.ComputerBigIntCoerce
public static class MinMaxTypeEnum.ComputerBigIntCoerce
Determines minimum/maximum using BigInteger.compareTo.
Constructor Summary | |
---|---|
MinMaxTypeEnum.ComputerBigIntCoerce(ExprEvaluator[] childNodes,
SimpleNumberBigIntegerCoercer[] convertors,
boolean isMax)
Ctor. |
Method Summary | |
---|---|
java.lang.Number |
execute(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext)
Executes child expression nodes and compares results, returning the min/max. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinMaxTypeEnum.ComputerBigIntCoerce(ExprEvaluator[] childNodes, SimpleNumberBigIntegerCoercer[] convertors, boolean isMax)
childNodes
- expressionsconvertors
- convertors to BigIntegerisMax
- true if max, false if minMethod Detail |
---|
public java.lang.Number execute(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
MinMaxTypeEnum.Computer
execute
in interface MinMaxTypeEnum.Computer
eventsPerStream
- events per streamisNewData
- true if new dataexprEvaluatorContext
- expression evaluation context
|
© 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 |