public class ColumnEvaluator extends SimpleEvaluator implements Expressible
nodeId, streamContext| Constructor and Description |
|---|
ColumnEvaluator(StreamExpression expression,
StreamFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<Number> |
evaluate(Tuple tuple) |
Explanation |
toExplanation(StreamFactory factory)
Returns an explanation about the stream object
|
StreamExpressionParameter |
toExpression(StreamFactory factory) |
getStreamContext, setStreamContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateOverContextpublic ColumnEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOExceptionpublic List<Number> evaluate(Tuple tuple) throws IOException
evaluate in interface StreamEvaluatorIOExceptionpublic StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
toExpression in interface ExpressibleIOExceptionpublic Explanation toExplanation(StreamFactory factory) throws IOException
ExpressibletoExplanation in interface Expressiblefactory - Stream factory for this, contains information about the function nameIOException - throw on any errorCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.