Skip to main content

◆ getRecordsFromCollection() [1/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > gpudb::GPUdb::getRecordsFromCollection (const ::avro::ValidSchema &schema_,
const GetRecordsFromCollectionRequest &request_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]schema_Avro schema object used for decoding returned objects.
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 34654 of file GPUdb.hpp.

◆ getRecordsFromCollection() [2/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > & gpudb::GPUdb::getRecordsFromCollection (const ::avro::ValidSchema &schema_,
const GetRecordsFromCollectionRequest &request_,
GetRecordsFromCollectionResponse< TResponse > &response_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]schema_Avro schema object used for decoding returned objects.
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

Definition at line 34742 of file GPUdb.hpp.

◆ getRecordsFromCollection() [3/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > gpudb::GPUdb::getRecordsFromCollection (const ::avro::ValidSchema &schema_,
const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]schema_Avro schema object used for decoding returned objects.
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
Returns
Response object containing the result of the operation.

Definition at line 34873 of file GPUdb.hpp.

◆ getRecordsFromCollection() [4/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > & gpudb::GPUdb::getRecordsFromCollection (const ::avro::ValidSchema &schema_,
const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options,
GetRecordsFromCollectionResponse< TResponse > &response_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]schema_Avro schema object used for decoding returned objects.
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

Definition at line 35057 of file GPUdb.hpp.

◆ getRecordsFromCollection() [5/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > gpudb::GPUdb::getRecordsFromCollection (const GetRecordsFromCollectionRequest &request_) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 34390 of file GPUdb.hpp.

◆ getRecordsFromCollection() [6/20]

template<>
GetRecordsFromCollectionResponse< boost::any > gpudb::GPUdb::getRecordsFromCollection (const GetRecordsFromCollectionRequest &request_) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ getRecordsFromCollection() [7/20]

template<>
GetRecordsFromCollectionResponse< boost::any > gpudb::GPUdb::getRecordsFromCollection (const GetRecordsFromCollectionRequest &request_) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ getRecordsFromCollection() [8/20]

template<>
GetRecordsFromCollectionResponse< boost::any > & gpudb::GPUdb::getRecordsFromCollection (const GetRecordsFromCollectionRequest &request_,
GetRecordsFromCollectionResponse< boost::any > &response_ ) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ getRecordsFromCollection() [9/20]

template<>
GetRecordsFromCollectionResponse< boost::any > & gpudb::GPUdb::getRecordsFromCollection (const GetRecordsFromCollectionRequest &request_,
GetRecordsFromCollectionResponse< boost::any > &response_ ) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ getRecordsFromCollection() [10/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > & gpudb::GPUdb::getRecordsFromCollection (const GetRecordsFromCollectionRequest &request_,
GetRecordsFromCollectionResponse< TResponse > &response_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

Definition at line 34433 of file GPUdb.hpp.

◆ getRecordsFromCollection() [11/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > gpudb::GPUdb::getRecordsFromCollection (const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
Returns
Response object containing the result of the operation.

Definition at line 34516 of file GPUdb.hpp.

◆ getRecordsFromCollection() [12/20]

template<>
GetRecordsFromCollectionResponse< boost::any > gpudb::GPUdb::getRecordsFromCollection (const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options ) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
Returns
Response object containing the result of the operation.

◆ getRecordsFromCollection() [13/20]

template<>
GetRecordsFromCollectionResponse< boost::any > gpudb::GPUdb::getRecordsFromCollection (const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options ) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
Returns
Response object containing the result of the operation.

◆ getRecordsFromCollection() [14/20]

template<>
GetRecordsFromCollectionResponse< boost::any > & gpudb::GPUdb::getRecordsFromCollection (const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options,
GetRecordsFromCollectionResponse< boost::any > &response_ ) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ getRecordsFromCollection() [15/20]

template<>
GetRecordsFromCollectionResponse< boost::any > & gpudb::GPUdb::getRecordsFromCollection (const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options,
GetRecordsFromCollectionResponse< boost::any > &response_ ) const

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ getRecordsFromCollection() [16/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > & gpudb::GPUdb::getRecordsFromCollection (const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options,
GetRecordsFromCollectionResponse< TResponse > &response_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

Definition at line 34608 of file GPUdb.hpp.

◆ getRecordsFromCollection() [17/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > gpudb::GPUdb::getRecordsFromCollection (const Type &type_,
const GetRecordsFromCollectionRequest &request_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]type_Type object used for decoding returned objects.
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 34696 of file GPUdb.hpp.

◆ getRecordsFromCollection() [18/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > & gpudb::GPUdb::getRecordsFromCollection (const Type &type_,
const GetRecordsFromCollectionRequest &request_,
GetRecordsFromCollectionResponse< TResponse > &response_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]type_Type object used for decoding returned objects.
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

Definition at line 34788 of file GPUdb.hpp.

◆ getRecordsFromCollection() [19/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > gpudb::GPUdb::getRecordsFromCollection (const Type &type_,
const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]type_Type object used for decoding returned objects.
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
Returns
Response object containing the result of the operation.

Definition at line 34963 of file GPUdb.hpp.

◆ getRecordsFromCollection() [20/20]

template<typename TResponse>
GetRecordsFromCollectionResponse< TResponse > & gpudb::GPUdb::getRecordsFromCollection (const Type &type_,
const std::string &tableName,
const int64_toffset,
const int64_tlimit,
const std::map< std::string, std::string > &options,
GetRecordsFromCollectionResponse< TResponse > &response_ ) const
inline

Retrieves records from a collection.

The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Template Parameters
TResponseThe type of object being retrieved.
Parameters
[in]type_Type object used for decoding returned objects.
[in]tableNameName of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing collection or table.
[in]offsetA positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
[in]limitA positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server’s own limit, defined by the max_get_records_size parameter in the server configuration. Use offset and limit to request subsequent pages of results. The default value is -9999.
[in]optionsThe default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

Definition at line 35151 of file GPUdb.hpp.