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 |
---|---|
static RangePartitioning.Range.Builder |
RangePartitioning.Range.newBuilder()
Returns a builder for a Range object.
|
RangePartitioning.Range.Builder |
RangePartitioning.Range.Builder.setEnd(Long end)
[Required] The end of range partitioning, exclusive.
|
RangePartitioning.Range.Builder |
RangePartitioning.Range.Builder.setInterval(Long interval)
[Required] The width of each interval.
|
RangePartitioning.Range.Builder |
RangePartitioning.Range.Builder.setStart(Long start)
[Required] The start of range partitioning, inclusive.
|
Copyright © 2019 Google LLC. All rights reserved.