public class RecordFieldGetter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordFieldGetter.FieldGetter
Accessor for getting the field of a record during runtime.
|
| Constructor and Description |
|---|
RecordFieldGetter() |
| Modifier and Type | Method and Description |
|---|---|
static RecordFieldGetter.FieldGetter |
createFieldGetter(DataType dataType,
String fieldName,
boolean isNullable)
Creates an accessor for getting elements in an internal record data structure with the given
field name.
|
public static RecordFieldGetter.FieldGetter createFieldGetter(DataType dataType, String fieldName, boolean isNullable)
dataType - the element type of the fieldfieldName - the name of the fieldisNullable - indicates if the field's value is nullableCopyright © 2024 Apache NiFi Project. All rights reserved.