Uses of Class
org.apache.flink.connector.file.table.EnrichedRowData
Packages that use EnrichedRowData
-
Uses of EnrichedRowData in org.apache.flink.connector.file.table
Methods in org.apache.flink.connector.file.table that return EnrichedRowDataModifier and TypeMethodDescriptionstatic EnrichedRowDataEnrichedRowData.from(org.apache.flink.table.data.RowData fixedRow, List<String> producedRowFields, List<String> mutableRowFields, List<String> fixedRowFields) Creates a newEnrichedRowDatawith the providedfixedRowas the immutable static row, and uses theproducedRowFields,fixedRowFieldsandmutableRowFieldsarguments to compute the indexes mapping.EnrichedRowData.replaceMutableRow(org.apache.flink.table.data.RowData mutableRow) Replaces the mutableRowDatabacking thisEnrichedRowData.