Uses of Class
com.google.cloud.bigquery.Schema
Packages that use Schema
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of Schema in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return SchemaModifier and TypeMethodDescriptionBigQueryDryRunResult.getSchema()Returns the schema of the results.BigQueryDryRunResultImpl.getSchema()BigQueryResult.getSchema()Returns the schema of the results.BigQueryResultImpl.getSchema()JobStatistics.QueryStatistics.getSchema()Returns the schema for the query result.LoadConfiguration.getSchema()Returns the schema for the destination table, if set.LoadJobConfiguration.getSchema()abstract SchemaTableDefinition.getSchema()Returns the table's schema.TableResult.getSchema()Returns the schema of the results.WriteChannelConfiguration.getSchema()static SchemaCreates aSchemaobject given some fields.static SchemaCreates aSchemaobject given a list of fields.Methods in com.google.cloud.bigquery with parameters of type SchemaModifier and TypeMethodDescriptionTable.list(Schema schema, BigQuery.TableDataListOption... options) Returns the paginated list rows in this table.BigQuery.listTableData(TableId tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(String datasetId, String tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.ExternalTableDefinition.newBuilder(String sourceUri, Schema schema, FormatOptions format) Creates a builder for an ExternalTableDefinition object.ExternalTableDefinition.newBuilder(List<String> sourceUris, Schema schema, FormatOptions format) Creates a builder for an ExternalTableDefinition object.static ExternalTableDefinitionExternalTableDefinition.of(String sourceUri, Schema schema, FormatOptions format) Creates an ExternalTableDefinition object.static ExternalTableDefinitionExternalTableDefinition.of(List<String> sourceUris, Schema schema, FormatOptions format) Creates an ExternalTableDefinition object.static StandardTableDefinitionCreates a BigQuery standard table definition given its schema.abstract ExternalTableDefinition.BuilderSets the table schema.Sets the schema for the destination table.abstract MaterializedViewDefinition.BuilderSets the table schema.abstract StandardTableDefinition.BuilderSets the table schema.abstract BSets the table schema.abstract ViewDefinition.BuilderSets the table schema.Constructors in com.google.cloud.bigquery with parameters of type SchemaModifierConstructorDescriptionBigQueryResultImpl(Schema schema, long totalRows, BlockingQueue<T> buffer, BigQueryResultStats bigQueryResultStats) EmptyTableResult(Schema schema) An emptyTableResultto avoid making API requests to unlistable tables.TableResult(Schema schema, long totalRows, com.google.api.gax.paging.Page<FieldValueList> pageNoSchema, JobId jobId, String queryId) TableResult(Schema schema, long totalRows, com.google.api.gax.paging.Page<FieldValueList> pageNoSchema, String queryId) Ifschemais non-null,TableResultadds the schema toFieldValueLists when iterating through them.