public class BinaryEvaluator extends Evaluator
| Constructor and Description |
|---|
BinaryEvaluator(BinaryExpression binaryExpression)
Constructor that creates a binary evaluator from a
BinaryExpression. |
| 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 BinaryEvaluator(BinaryExpression binaryExpression)
BinaryExpression.binaryExpression - The binary 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.