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.Builder
builder()
abstract String
getName()
abstract ObjectNode
abstract Schema
abstract String
getType()
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
-