| Package | Description |
|---|---|
| org.apache.flink.cdc.runtime.operators.transform |
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
TableInfo.of(org.apache.flink.cdc.common.event.TableId tableId,
org.apache.flink.cdc.common.schema.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectionColumnProcessor |
ProjectionColumnProcessor.of(TableInfo tableInfo,
ProjectionColumn projectionColumn,
String timezone) |
static TransformFilterProcessor |
TransformFilterProcessor.of(TableInfo tableInfo,
TransformFilter transformFilter,
String timezone) |
static TransformProjectionProcessor |
TransformProjectionProcessor.of(TableInfo tableInfo,
TransformProjection transformProjection,
String timezone) |
| Constructor and Description |
|---|
ProjectionColumnProcessor(TableInfo tableInfo,
ProjectionColumn projectionColumn,
String timezone) |
TransformFilterProcessor(TableInfo tableInfo,
TransformFilter transformFilter,
String timezone) |
TransformProjectionProcessor(TableInfo tableInfo,
TableChangeInfo tableChangeInfo,
TransformProjection transformProjection,
String timezone) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.