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 classRangePartitioning.Range.BuilderA builder forRangeobjects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetEnd()Returns the end of range partitioning.LonggetInterval()Returns the width of each interval.LonggetStart()Returns the start of range partitioning.inthashCode()static RangePartitioning.Range.BuildernewBuilder()Returns a builder for a Range object.StringtoString()
-
-
-
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.
-
-