public interface DynamicDestinations
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Row |
getData(Row element) |
Schema |
getDataSchema() |
java.lang.String |
getTableStringIdentifier(ValueInSingleWindow<Row> element) |
IcebergDestination |
instantiateDestination(java.lang.String destination) |
static DynamicDestinations |
singleTable(org.apache.iceberg.catalog.TableIdentifier tableId,
Schema inputSchema) |
Schema getDataSchema()
IcebergDestination instantiateDestination(java.lang.String destination)
java.lang.String getTableStringIdentifier(ValueInSingleWindow<Row> element)
static DynamicDestinations singleTable(org.apache.iceberg.catalog.TableIdentifier tableId, Schema inputSchema)