Uses of Class
com.google.cloud.bigquery.RangePartitioning.Builder
Packages that use RangePartitioning.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of RangePartitioning.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return RangePartitioning.BuilderModifier and TypeMethodDescriptionstatic RangePartitioning.BuilderRangePartitioning.newBuilder()Returns a builder for a RangePartitioning object[Required] The table is partitioned by this field.RangePartitioning.Builder.setRange(RangePartitioning.Range range) [Required] Defines the ranges for range partitioning.RangePartitioning.toBuilder()Returns a builder for theRangePartitioningobject.