public abstract class AbstractCatalogSupportTransform extends AbstractSeaTunnelTransform
| 限定符和类型 | 字段和说明 |
|---|---|
protected CatalogTable |
inputCatalogTable |
protected CatalogTable |
outputCatalogTable |
inputRowType, inputTableName, outputRowType, outputTableName| 构造器和说明 |
|---|
AbstractCatalogSupportTransform() |
AbstractCatalogSupportTransform(@NonNull CatalogTable inputCatalogTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogTable |
getProducedCatalogTable() |
SeaTunnelDataType<SeaTunnelRow> |
getProducedType() |
protected abstract TableIdentifier |
transformTableIdentifier() |
protected abstract TableSchema |
transformTableSchema() |
map, prepare, setConfig, setTypeInfo, transformRow, transformRowTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, opengetPluginNamesetJobContextprotected CatalogTable inputCatalogTable
protected volatile CatalogTable outputCatalogTable
public AbstractCatalogSupportTransform()
public AbstractCatalogSupportTransform(@NonNull
@NonNull CatalogTable inputCatalogTable)
public CatalogTable getProducedCatalogTable()
protected abstract TableSchema transformTableSchema()
protected abstract TableIdentifier transformTableIdentifier()
public SeaTunnelDataType<SeaTunnelRow> getProducedType()
getProducedType 在接口中 SeaTunnelTransform<SeaTunnelRow>getProducedType 在类中 AbstractSeaTunnelTransformCopyright © 2023 The Apache Software Foundation. All rights reserved.