public abstract class Evaluator extends Object implements Serializable
BulletRecord
and will throw exceptions on
any errors which are most likely to be the result of missing fields or incorrect types.Constructor and Description |
---|
Evaluator() |
Modifier and Type | Method and Description |
---|---|
abstract com.yahoo.bullet.typesystem.TypedObject |
evaluate(com.yahoo.bullet.record.BulletRecord record)
Evaluates this evaluator on the given
BulletRecord . |
public abstract com.yahoo.bullet.typesystem.TypedObject evaluate(com.yahoo.bullet.record.BulletRecord record)
BulletRecord
.record
- The Bullet record to evaluate this evaluator on.Copyright © 2021. All rights reserved.