Package com.google.cloud.bigquery
Class RangePartitioning
- java.lang.Object
-
- com.google.cloud.bigquery.RangePartitioning
-
- All Implemented Interfaces:
Serializable
public final class RangePartitioning extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRangePartitioning.BuilderA builder forRangePartitioningobjects.static classRangePartitioning.Range
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetField()Returns the range partitioning field.RangePartitioning.RangegetRange()Returns the range of range partitioning.inthashCode()static RangePartitioning.BuildernewBuilder()Returns a builder for a RangePartitioning objectRangePartitioning.BuildertoBuilder()Returns a builder for theRangePartitioningobject.StringtoString()
-
-
-
Method Detail
-
getField
public String getField()
Returns the range partitioning field.
-
getRange
public RangePartitioning.Range getRange()
Returns the range of range partitioning.
-
newBuilder
public static RangePartitioning.Builder newBuilder()
Returns a builder for a RangePartitioning object
-
toBuilder
public RangePartitioning.Builder toBuilder()
Returns a builder for theRangePartitioningobject.
-
-