Uses of Class
org.apache.flink.table.runtime.operators.sink.SinkUpsertMaterializer
-
Packages that use SinkUpsertMaterializer Package Description org.apache.flink.table.runtime.operators.sink -
-
Uses of SinkUpsertMaterializer in org.apache.flink.table.runtime.operators.sink
Methods in org.apache.flink.table.runtime.operators.sink that return SinkUpsertMaterializer Modifier and Type Method Description static SinkUpsertMaterializerSinkUpsertMaterializer. create(org.apache.flink.api.common.state.StateTtlConfig ttlConfig, org.apache.flink.table.types.logical.RowType physicalRowType, GeneratedRecordEqualiser rowEqualiser, GeneratedRecordEqualiser upsertKeyEqualiser, int[] inputUpsertKey)
-