public class FieldEvaluator extends Evaluator
BulletRecord
. This is the only evaluator that directly takes a
BulletRecord
.Modifier and Type | Class and Description |
---|---|
static interface |
FieldEvaluator.FieldExtractor |
Constructor and Description |
---|
FieldEvaluator(FieldExpression fieldExpression)
Constructor that creates a field evaluator from a
FieldExpression . |
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 FieldEvaluator(FieldExpression fieldExpression)
FieldExpression
.fieldExpression
- The field 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.