#include <clustering.h>
◆ Clustering() [1/2]
| google_bigquery_api::Clustering::Clustering |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ Clustering() [2/2]
| google_bigquery_api::Clustering::Clustering |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~Clustering()
| google_bigquery_api::Clustering::~Clustering |
( |
| ) |
|
|
virtual |
◆ clear_fields()
| void google_bigquery_api::Clustering::clear_fields |
( |
| ) |
|
|
inline |
Clears the 'fields' attribute.
◆ get_fields()
| const client::JsonCppArray<string > google_bigquery_api::Clustering::get_fields |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'fields' attribute.
◆ GetTypeName()
| const StringPiece google_bigquery_api::Clustering::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_fields()
| bool google_bigquery_api::Clustering::has_fields |
( |
| ) |
const |
|
inline |
Determine if the 'fields' attribute was set.
- Returns
- true if the '
fields' attribute was set.
◆ mutable_fields()
| client::JsonCppArray<string > google_bigquery_api::Clustering::mutable_fields |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'fields' property.
[Repeated] One or more fields on which data should be clustered. Only top- level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.
- Returns
- The result can be modified to change the attribute value.
◆ New()
| Clustering * google_bigquery_api::Clustering::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files:
- google/bigquery_api/clustering.h
- google/bigquery_api/clustering.cc