Uses of Class
org.apache.flink.table.runtime.operators.sink.SinkUpsertMaterializerV2
-
Packages that use SinkUpsertMaterializerV2 Package Description org.apache.flink.table.runtime.operators.sink -
-
Uses of SinkUpsertMaterializerV2 in org.apache.flink.table.runtime.operators.sink
Methods in org.apache.flink.table.runtime.operators.sink that return SinkUpsertMaterializerV2 Modifier and Type Method Description static SinkUpsertMaterializerV2SinkUpsertMaterializerV2. create(org.apache.flink.table.types.logical.RowType physicalRowType, GeneratedRecordEqualiser rowEqualiser, GeneratedRecordEqualiser upsertKeyEqualiser, GeneratedHashFunction rowHashFunction, GeneratedHashFunction upsertKeyHashFunction, int[] inputUpsertKey, SequencedMultiSetStateConfig stateSettings)
-