Class Table
java.lang.Object
org.apache.beam.sdk.extensions.sql.meta.Table
- All Implemented Interfaces:
 Serializable
Represents the metadata of a 
BeamSqlTable.- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Table.Builderbuilder()abstract StringgetName()abstract ObjectNodeabstract Schemaabstract StringgetType()type of the table.abstract Table.Builder 
- 
Constructor Details
- 
Table
public Table() 
 - 
 - 
Method Details
- 
getType
type of the table. - 
getName
 - 
getSchema
 - 
getPartitionFields
 - 
getComment
 - 
getLocation
 - 
getProperties
 - 
toBuilder
 - 
builder
 
 -