| 程序包 | 说明 |
|---|---|
| org.apache.flink.cdc.runtime.operators.transform |
| 限定符和类型 | 方法和说明 |
|---|---|
TransformProjection |
TransformProjectionProcessor.getTransformProjection() |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<TransformProjection> |
PreTransformer.getProjection() |
Optional<TransformProjection> |
PostTransformer.getProjection() |
static Optional<TransformProjection> |
TransformProjection.of(String projection) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TransformProjectionProcessor |
TransformProjectionProcessor.of(PostTransformChangeInfo tableInfo,
TransformProjection transformProjection,
String timezone,
List<UserDefinedFunctionDescriptor> udfDescriptors,
List<Object> udfFunctionInstances,
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns) |
static TransformProjectionProcessor |
TransformProjectionProcessor.of(TransformProjection transformProjection,
List<UserDefinedFunctionDescriptor> udfDescriptors,
List<Object> udfFunctionInstances,
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns) |
static TransformProjectionProcessor |
TransformProjectionProcessor.of(TransformProjection transformProjection,
String timezone,
List<UserDefinedFunctionDescriptor> udfDescriptors,
List<Object> udfFunctionInstances,
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns) |
| 构造器和说明 |
|---|
PostTransformer(org.apache.flink.cdc.common.schema.Selectors selectors,
TransformProjection projection,
TransformFilter filter,
Optional<PostTransformConverter> postTransformConverter,
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns) |
PreTransformer(org.apache.flink.cdc.common.schema.Selectors selectors,
TransformProjection projection,
TransformFilter filter) |
TransformProjectionProcessor(PostTransformChangeInfo postTransformChangeInfo,
TransformProjection transformProjection,
String timezone,
List<UserDefinedFunctionDescriptor> udfDescriptors,
List<Object> udfFunctionInstances,
org.apache.flink.cdc.common.source.SupportedMetadataColumn[] supportedMetadataColumns) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.