Uses of Class
com.google.cloud.bigquery.TableDefinition
-
Packages that use TableDefinition Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of TableDefinition in com.google.cloud.bigquery
Classes in com.google.cloud.bigquery with type parameters of type TableDefinition Modifier and Type Class Description static class
TableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T,B>>
Base builder for table definitions.Subclasses of TableDefinition in com.google.cloud.bigquery Modifier and Type Class Description class
ExternalTableDefinition
Google BigQuery external table definition.class
MaterializedViewDefinition
class
ModelTableDefinition
A Google BigQuery Model table definition.class
SnapshotTableDefinition
class
StandardTableDefinition
A Google BigQuery default table definition.class
ViewDefinition
Google BigQuery view table definition.Methods in com.google.cloud.bigquery with type parameters of type TableDefinition Modifier and Type Method Description <T extends TableDefinition>
TTableInfo. getDefinition()
Returns the table definition.Methods in com.google.cloud.bigquery with parameters of type TableDefinition Modifier and Type Method Description Table
Dataset. create(String tableId, TableDefinition definition, BigQuery.TableOption... options)
Creates a new table in this dataset.static TableInfo.Builder
TableInfo. newBuilder(TableId tableId, TableDefinition definition)
Returns a builder for aTableInfo
object given table identity and definition.static TableInfo
TableInfo. of(TableId tableId, TableDefinition definition)
Returns aTableInfo
object given table identity and definition.Table.Builder
Table.Builder. setDefinition(TableDefinition definition)
abstract TableInfo.Builder
TableInfo.Builder. setDefinition(TableDefinition definition)
Sets the table definition.
-