Package com.google.cloud.bigquery
Class RangePartitioning.Range.Builder
java.lang.Object
com.google.cloud.bigquery.RangePartitioning.Range.Builder
- Enclosing class:
- RangePartitioning.Range
A builder for
Range objects.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates aRangeobject.[Required] The end of range partitioning, exclusive.setInterval(Long interval) [Required] The width of each interval.[Required] The start of range partitioning, inclusive.
-
Method Details
-
setEnd
[Required] The end of range partitioning, exclusive. The value may benull. -
setInterval
[Required] The width of each interval. The value may benull. -
setStart
[Required] The start of range partitioning, inclusive. The value may benull. -
build
Creates aRangeobject.
-