| Package | Description |
|---|---|
| org.apache.flink.cdc.runtime.operators.transform | |
| org.apache.flink.cdc.runtime.parser |
| Modifier and Type | Method and Description |
|---|---|
static ProjectionColumn |
ProjectionColumn.of(String columnName,
org.apache.flink.cdc.common.types.DataType dataType) |
static ProjectionColumn |
ProjectionColumn.of(String columnName,
org.apache.flink.cdc.common.types.DataType dataType,
String expression,
String scriptExpression,
List<String> originalColumnNames) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectionColumn> |
TransformProjection.getProjectionColumns() |
| Modifier and Type | Method and Description |
|---|---|
static ProjectionColumnProcessor |
ProjectionColumnProcessor.of(TableInfo tableInfo,
ProjectionColumn projectionColumn,
String timezone) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformProjection.setProjectionColumns(List<ProjectionColumn> projectionColumns) |
| Constructor and Description |
|---|
ProjectionColumnProcessor(TableInfo tableInfo,
ProjectionColumn projectionColumn,
String timezone) |
| Constructor and Description |
|---|
TransformProjection(String projection,
List<ProjectionColumn> projectionColumns) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProjectionColumn> |
TransformParser.generateProjectionColumns(String projectionExpression,
List<org.apache.flink.cdc.common.schema.Column> columns) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.