bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::Clustering Class Reference

#include <clustering.h>

Inheritance diagram for google_bigquery_api::Clustering:

Public Member Functions

 Clustering (const Json::Value &storage)
 
 Clustering (Json::Value *storage)
 
virtual ~Clustering ()
 
const StringPiece GetTypeName () const
 
bool has_fields () const
 
void clear_fields ()
 
const client::JsonCppArray< string > get_fields () const
 
client::JsonCppArray< string > mutable_fields ()
 

Static Public Member Functions

static ClusteringNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Clustering() [1/2]

google_bigquery_api::Clustering::Clustering ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~Clustering()

google_bigquery_api::Clustering::~Clustering ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::Clustering

◆ 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: