Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
abstract TimePartitioning |
TimePartitioning.Builder.build() |
TimePartitioning |
WriteChannelConfiguration.getTimePartitioning() |
TimePartitioning |
LoadConfiguration.getTimePartitioning()
Returns the time partitioning specification defined for the destination table.
|
TimePartitioning |
LoadJobConfiguration.getTimePartitioning() |
TimePartitioning |
QueryJobConfiguration.getTimePartitioning()
Returns the time partitioning specification for the destination table.
|
abstract TimePartitioning |
StandardTableDefinition.getTimePartitioning()
Returns the time partitioning configuration for this table.
|
static TimePartitioning |
TimePartitioning.of(TimePartitioning.Type type)
Returns a
TimePartitioning object given the time partitioning type. |
static TimePartitioning |
TimePartitioning.of(TimePartitioning.Type type,
long expirationMs)
Returns a
TimePartitioning object given the time partitioning type and the partition's
expiration in milliseconds. |
Modifier and Type | Method and Description |
---|---|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning) |
LoadConfiguration.Builder |
LoadConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table.
|
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning) |
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning specification for the destination table.
|
abstract StandardTableDefinition.Builder |
StandardTableDefinition.Builder.setTimePartitioning(TimePartitioning timePartitioning)
Sets the time partitioning configuration for the table.
|
Copyright © 2019 Google LLC. All rights reserved.