#include <range_partitioning.h>
◆ RangePartitioning() [1/2]
google_bigquery_api::RangePartitioning::RangePartitioning |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RangePartitioning() [2/2]
google_bigquery_api::RangePartitioning::RangePartitioning |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RangePartitioning()
google_bigquery_api::RangePartitioning::~RangePartitioning |
( |
| ) |
|
|
virtual |
◆ clear_field()
void google_bigquery_api::RangePartitioning::clear_field |
( |
| ) |
|
|
inline |
Clears the 'field
' attribute.
◆ clear_range()
void google_bigquery_api::RangePartitioning::clear_range |
( |
| ) |
|
|
inline |
Clears the 'range
' attribute.
◆ get_field()
const StringPiece google_bigquery_api::RangePartitioning::get_field |
( |
| ) |
const |
|
inline |
Get the value of the 'field
' attribute.
◆ get_range()
Get a reference to the value of the 'range
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::RangePartitioning::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_field()
bool google_bigquery_api::RangePartitioning::has_field |
( |
| ) |
const |
|
inline |
Determine if the 'field
' attribute was set.
- Returns
- true if the '
field
' attribute was set.
◆ has_range()
bool google_bigquery_api::RangePartitioning::has_range |
( |
| ) |
const |
|
inline |
Determine if the 'range
' attribute was set.
- Returns
- true if the '
range
' attribute was set.
◆ mutable_range()
Gets a reference to a mutable value of the 'range
' property.
[TrustedTester] [Required] Defines the ranges for range partitioning.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_field()
void google_bigquery_api::RangePartitioning::set_field |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'field
' attribute.
[TrustedTester] [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.
- Parameters
-
The documentation for this class was generated from the following files: