Uses of Class
org.apache.flink.table.connector.Projection
-
Packages that use Projection Package Description org.apache.flink.table.connector org.apache.flink.table.data.utils -
-
Uses of Projection in org.apache.flink.table.connector
Methods in org.apache.flink.table.connector that return Projection Modifier and Type Method Description static ProjectionProjection. all(DataType dataType)Create aProjectionof all the fields in the provideddataType.abstract ProjectionProjection. complement(int fieldsNumber)Complement this projection.ProjectionProjection. complement(DataType dataType)Likecomplement(int), using thedataTypefields count.abstract ProjectionProjection. difference(Projection other)Perform a difference of thisProjectionwith anotherProjection.static ProjectionProjection. empty()Create an emptyProjection, that is a projection that projects no fields, returning an emptyDataType.static ProjectionProjection. fromFieldNames(DataType dataType, List<String> projectedFields)static ProjectionProjection. of(int[] indexes)Create aProjectionof the providedindexes.static ProjectionProjection. of(int[][] indexes)Create aProjectionof the providedindexes.static ProjectionProjection. range(int startInclusive, int endExclusive)Create aProjectionof a field range.Methods in org.apache.flink.table.connector with parameters of type Projection Modifier and Type Method Description abstract ProjectionProjection. difference(Projection other)Perform a difference of thisProjectionwith anotherProjection. -
Uses of Projection in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils with parameters of type Projection Modifier and Type Method Description static ProjectedRowDataProjectedRowData. from(Projection projection)Create an emptyProjectedRowDatastarting from aProjection.
-