public class CastEvaluator extends Evaluator
Constructor and Description |
---|
CastEvaluator(CastExpression castExpression)
Constructor that creates a cast evaluator from a
CastExpression . |
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 CastEvaluator(CastExpression castExpression)
CastExpression
.castExpression
- The cast expression to construct the evaluator from.public com.yahoo.bullet.typesystem.TypedObject evaluate(com.yahoo.bullet.record.BulletRecord record)
Evaluator
BulletRecord
.Copyright © 2021. All rights reserved.