Uses of Class
org.apache.flink.table.data.utils.ProjectedRowData
Packages that use ProjectedRowData
-
Uses of ProjectedRowData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return ProjectedRowDataModifier and TypeMethodDescriptionstatic ProjectedRowDataProjectedRowData.from(int[] projection) Create an emptyProjectedRowDatastarting from aprojectionarray.static ProjectedRowDataProjectedRowData.from(int[][] projection) Likefrom(int[]), but throwsIllegalArgumentExceptionif the providedprojectionarray contains nested projections, which are not supported byProjectedRowData.static ProjectedRowDataProjectedRowData.from(Projection projection) Create an emptyProjectedRowDatastarting from aProjection.ProjectedRowData.replaceRow(RowData row) Replaces the underlyingRowDatabacking thisProjectedRowData.