public class UnaryEvaluator extends Evaluator
| Constructor and Description |
|---|
UnaryEvaluator(UnaryExpression unaryExpression)
Constructor that creates a unary evaluator from a
UnaryExpression. |
| Modifier and Type | Method and Description |
|---|---|
com.yahoo.bullet.typesystem.TypedObject |
evaluate(com.yahoo.bullet.record.BulletRecord record)
Evaluates this evaluator on the given
BulletRecord. |
public UnaryEvaluator(UnaryExpression unaryExpression)
UnaryExpression.unaryExpression - The unary expression to construct the evaluator from.public com.yahoo.bullet.typesystem.TypedObject evaluate(com.yahoo.bullet.record.BulletRecord record)
EvaluatorBulletRecord.Copyright © 2021. All rights reserved.