Package com.google.cloud.bigquery
Class RangePartitioning.Range
- java.lang.Object
-
- com.google.cloud.bigquery.RangePartitioning.Range
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RangePartitioning
public static final class RangePartitioning.Range extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RangePartitioning.Range.Builder
A builder forRange
objects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Long
getEnd()
Returns the end of range partitioning.Long
getInterval()
Returns the width of each interval.Long
getStart()
Returns the start of range partitioning.int
hashCode()
static RangePartitioning.Range.Builder
newBuilder()
Returns a builder for a Range object.String
toString()
-
-
-
Method Detail
-
getEnd
public Long getEnd()
Returns the end of range partitioning.
-
getInterval
public Long getInterval()
Returns the width of each interval.
-
getStart
public Long getStart()
Returns the start of range partitioning.
-
newBuilder
public static RangePartitioning.Range.Builder newBuilder()
Returns a builder for a Range object.
-
-