public interface IExpressionEvaluator
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.generic.GenericRecord |
eval(org.apache.avro.generic.IndexedRecord record)
Evaluate the result of the expressions based on the record.
|
String |
getCode()
Get the code of the expressions.
|
org.apache.avro.generic.GenericRecord eval(org.apache.avro.generic.IndexedRecord record)
String getCode()
Copyright © 2022 The Apache Software Foundation. All rights reserved.