public class NAryEvaluator extends Evaluator
| Constructor and Description |
|---|
NAryEvaluator(NAryExpression nAryExpression)
Constructor that creates an n-ary evaluator from a
NAryExpression. |
| 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 NAryEvaluator(NAryExpression nAryExpression)
NAryExpression.nAryExpression - The n-ary 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.