| Package | Description |
|---|---|
| org.apache.flink.cdc.runtime.operators.transform |
| Modifier and Type | Method and Description |
|---|---|
TableChangeInfo |
TableChangeInfo.Serializer.deserialize(int version,
byte[] serialized) |
static TableChangeInfo |
TableChangeInfo.of(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema originalSchema,
org.apache.flink.cdc.common.schema.Schema transformedSchema) |
| Modifier and Type | Method and Description |
|---|---|
static TransformProjectionProcessor |
TransformProjectionProcessor.of(TableChangeInfo tableChangeInfo,
TransformProjection transformProjection) |
byte[] |
TableChangeInfo.Serializer.serialize(TableChangeInfo tableChangeInfo) |
| Constructor and Description |
|---|
TransformProjectionProcessor(TableInfo tableInfo,
TableChangeInfo tableChangeInfo,
TransformProjection transformProjection,
String timezone) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.