| Package | Description |
|---|---|
| org.apache.flink.connector.file.table |
| Modifier and Type | Method and Description |
|---|---|
static EnrichedRowData |
EnrichedRowData.from(org.apache.flink.table.data.RowData fixedRow,
List<String> producedRowFields,
List<String> mutableRowFields,
List<String> fixedRowFields)
Creates a new
EnrichedRowData with the provided fixedRow as the immutable
static row, and uses the producedRowFields, fixedRowFields and mutableRowFields arguments to compute the indexes mapping. |
EnrichedRowData |
EnrichedRowData.replaceMutableRow(org.apache.flink.table.data.RowData mutableRow)
Replaces the mutable
RowData backing this EnrichedRowData. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.