#include <range_partitioning.h>
[TrustedTester] [Required] Defines the ranges for range partitioning.
◆ RangePartitioningRange() [1/2]
google_bigquery_api::RangePartitioning::RangePartitioningRange::RangePartitioningRange |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RangePartitioningRange() [2/2]
google_bigquery_api::RangePartitioning::RangePartitioningRange::RangePartitioningRange |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RangePartitioningRange()
google_bigquery_api::RangePartitioning::RangePartitioningRange::~RangePartitioningRange |
( |
| ) |
|
|
virtual |
◆ clear_end()
void google_bigquery_api::RangePartitioning::RangePartitioningRange::clear_end |
( |
| ) |
|
|
inline |
Clears the 'end
' attribute.
◆ clear_interval()
void google_bigquery_api::RangePartitioning::RangePartitioningRange::clear_interval |
( |
| ) |
|
|
inline |
Clears the 'interval
' attribute.
◆ clear_start()
void google_bigquery_api::RangePartitioning::RangePartitioningRange::clear_start |
( |
| ) |
|
|
inline |
Clears the 'start
' attribute.
◆ get_end()
int64 google_bigquery_api::RangePartitioning::RangePartitioningRange::get_end |
( |
| ) |
const |
|
inline |
Get the value of the 'end
' attribute.
◆ get_interval()
int64 google_bigquery_api::RangePartitioning::RangePartitioningRange::get_interval |
( |
| ) |
const |
|
inline |
Get the value of the 'interval
' attribute.
◆ get_start()
int64 google_bigquery_api::RangePartitioning::RangePartitioningRange::get_start |
( |
| ) |
const |
|
inline |
Get the value of the 'start
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::RangePartitioning::RangePartitioningRange::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_bigquery_api::RangePartitioningRange
◆ has_end()
bool google_bigquery_api::RangePartitioning::RangePartitioningRange::has_end |
( |
| ) |
const |
|
inline |
Determine if the 'end
' attribute was set.
- Returns
- true if the '
end
' attribute was set.
◆ has_interval()
bool google_bigquery_api::RangePartitioning::RangePartitioningRange::has_interval |
( |
| ) |
const |
|
inline |
Determine if the 'interval
' attribute was set.
- Returns
- true if the '
interval
' attribute was set.
◆ has_start()
bool google_bigquery_api::RangePartitioning::RangePartitioningRange::has_start |
( |
| ) |
const |
|
inline |
Determine if the 'start
' attribute was set.
- Returns
- true if the '
start
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_end()
void google_bigquery_api::RangePartitioning::RangePartitioningRange::set_end |
( |
int64 |
value | ) |
|
|
inline |
Change the 'end
' attribute.
[TrustedTester] [Required] The end of range partitioning, exclusive.
- Parameters
-
◆ set_interval()
void google_bigquery_api::RangePartitioning::RangePartitioningRange::set_interval |
( |
int64 |
value | ) |
|
|
inline |
Change the 'interval
' attribute.
[TrustedTester] [Required] The width of each interval.
- Parameters
-
◆ set_start()
void google_bigquery_api::RangePartitioning::RangePartitioningRange::set_start |
( |
int64 |
value | ) |
|
|
inline |
Change the 'start
' attribute.
[TrustedTester] [Required] The start of range partitioning, inclusive.
- Parameters
-
The documentation for this class was generated from the following files: