Package org.apache.beam.sdk.io.iceberg
Interface DynamicDestinations
- All Superinterfaces:
 Serializable
- 
Method Summary
Modifier and TypeMethodDescriptiongetTableStringIdentifier(ValueInSingleWindow<Row> element) instantiateDestination(String destination) static DynamicDestinationssingleTable(org.apache.iceberg.catalog.TableIdentifier tableId, Schema inputSchema)  
- 
Method Details
- 
getDataSchema
Schema getDataSchema() - 
getData
 - 
instantiateDestination
 - 
getTableStringIdentifier
 - 
singleTable
static DynamicDestinations singleTable(org.apache.iceberg.catalog.TableIdentifier tableId, Schema inputSchema)  
 -