public class ProjectionColumnProcessor extends Object
| Constructor and Description |
|---|
ProjectionColumnProcessor(TableInfo tableInfo,
ProjectionColumn projectionColumn,
String timezone) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.apache.flink.cdc.common.data.binary.BinaryRecordData after,
long epochTime) |
static ProjectionColumnProcessor |
of(TableInfo tableInfo,
ProjectionColumn projectionColumn,
String timezone) |
public ProjectionColumnProcessor(TableInfo tableInfo, ProjectionColumn projectionColumn, String timezone)
public static ProjectionColumnProcessor of(TableInfo tableInfo, ProjectionColumn projectionColumn, String timezone)
public Object evaluate(org.apache.flink.cdc.common.data.binary.BinaryRecordData after, long epochTime)
Copyright © 2024 The Apache Software Foundation. All rights reserved.