Package org.apache.flink.table.data
Interface RowData.FieldGetter
-
- All Superinterfaces:
Serializable
- Enclosing interface:
- RowData
@PublicEvolving public static interface RowData.FieldGetter extends Serializable
Accessor for getting the field of a row during runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getFieldOrNull(RowData row)
-