@AutoService(value=org.apache.seatunnel.api.transform.SeaTunnelTransform.class) public class FilterFieldTransform extends AbstractCatalogSupportTransform
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PLUGIN_NAME |
inputCatalogTable, outputCatalogTableinputRowType, inputTableName, outputRowType, outputTableName| 构造器和说明 |
|---|
FilterFieldTransform(@NonNull ReadonlyConfig config,
@NonNull CatalogTable catalogTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPluginName() |
protected void |
setConfig(org.apache.seatunnel.shade.com.typesafe.config.Config pluginConfig) |
protected SeaTunnelRow |
transformRow(SeaTunnelRow inputRow)
Outputs transformed row data.
|
protected SeaTunnelRowType |
transformRowType(SeaTunnelRowType inputRowType)
Outputs transformed row type.
|
protected TableIdentifier |
transformTableIdentifier() |
protected TableSchema |
transformTableSchema() |
getProducedCatalogTable, getProducedTypemap, prepare, setTypeInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, opensetJobContextpublic FilterFieldTransform(@NonNull
@NonNull ReadonlyConfig config,
@NonNull
@NonNull CatalogTable catalogTable)
public String getPluginName()
protected void setConfig(org.apache.seatunnel.shade.com.typesafe.config.Config pluginConfig)
setConfig 在类中 AbstractSeaTunnelTransformprotected SeaTunnelRowType transformRowType(SeaTunnelRowType inputRowType)
AbstractSeaTunnelTransformtransformRowType 在类中 AbstractSeaTunnelTransforminputRowType - upstream input row typeprotected SeaTunnelRow transformRow(SeaTunnelRow inputRow)
AbstractSeaTunnelTransformtransformRow 在类中 AbstractSeaTunnelTransforminputRow - upstream input row dataprotected TableSchema transformTableSchema()
protected TableIdentifier transformTableIdentifier()
Copyright © 2023 The Apache Software Foundation. All rights reserved.