Class RangePartitioning.Builder (2.54.2)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass RangePartitioning.BuilderA builder for RangePartitioning objects.
Inherited Members
Methods
build()
publicRangePartitioningbuild()Creates a RangePartitioning object.
| Returns | |
|---|---|
| Type | Description |
RangePartitioning |
|
setField(String field)
publicRangePartitioning.BuildersetField(Stringfield)[Required] The table is partitioned by this field. The field must be a top- level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64.
| Parameter | |
|---|---|
| Name | Description |
field |
String field or |
| Returns | |
|---|---|
| Type | Description |
RangePartitioning.Builder |
|
setRange(RangePartitioning.Range range)
publicRangePartitioning.BuildersetRange(RangePartitioning.Rangerange)[Required] Defines the ranges for range partitioning.
| Parameter | |
|---|---|
| Name | Description |
range |
RangePartitioning.Range range or |
| Returns | |
|---|---|
| Type | Description |
RangePartitioning.Builder |
|