Class SnowflakeTableSchema
java.lang.Object
org.apache.beam.sdk.io.snowflake.data.SnowflakeTableSchema
- All Implemented Interfaces:
 Serializable
POJO representing schema of Table in Snowflake. Used by 
SnowflakeIO.Write when CreateDisposition.CREATE_IF_NEEDED disposition is used.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic SnowflakeTableSchemaof(SnowflakeColumn... columns) voidsetColumns(SnowflakeColumn[] columns) sql() 
- 
Constructor Details
- 
SnowflakeTableSchema
public SnowflakeTableSchema() - 
SnowflakeTableSchema
 
 - 
 - 
Method Details
- 
of
 - 
sql
 - 
getColumns
 - 
setColumns
 
 -