Inherits boost::noncopyable.
Public Member Functions
|
| |
GPUdb (const HttpUrl \&url, const Options \&options=Options()) |
| |
Pass a single HttpURL and options to instantiate a GPUdb object.
|
| |
| |
GPUdb (const std::string \&url, const Options \&options=Options()) |
| |
Pass a single or multiple, comma-separated URLs as a string and optional options to instantiate a GPUdb object.
|
| |
| |
GPUdb (const std::vector\< HttpUrl > \&urls, const Options \&options=Options()) |
| |
Pass multiple HttpURLs and optional options to instantiate a GPUdb object.
|
| |
| |
GPUdb (const std::vector\< std::string > \&urls, const Options \&options=Options()) |
| |
Pass multiple strings, each containing a single URL, and optional options to instantiate a GPUdb object.
|
| |
| |
\~GPUdb () |
| |
Destructor.
|
| |
| const HttpUrl & |
getUrl () const |
| |
| const std::vector\< HttpUrl > & |
getUrls () const |
| |
| const HttpUrl & |
getHmUrl () const |
| |
| const std::vector\< HttpUrl > & |
getHmUrls () const |
| |
| boost::asio::ssl::context \* |
getSslContext () const |
| |
| bool |
getBypassSslCertCheck () const |
| |
| const std::string & |
getUsername () const |
| |
| const std::string & |
getPassword () const |
| |
| const std::string & |
getOauthToken () const |
| |
| const std::string & |
getPrimaryURL () const |
| |
Return a string containing the URL for the primary cluster; empty string otherwise.
|
| |
| bool |
getUseSnappy () const |
| |
| size\_t |
getThreadCount () const |
| |
| avro::ExecutorPtr |
getExecutor () const |
| |
| const std::map\< std::string, std::string > & |
getHttpHeaders () const |
| |
| HASynchronicityMode |
getHASyncMode () const |
| |
| size\_t |
getTimeout () const |
| |
| long |
execute (const std::string \&sql) |
| |
This method is used to execute a SQL statement (e.g., DML, DDL).
|
| |
| long |
execute (const std::string \&sql, const std::string \¶meters) |
| |
This method is used to execute a SQL statement (e.g., DML, DDL).
|
| |
| long |
execute (const std::string \&sql, const std::string \¶meters, const std::map\< std::string, std::string > \&options) |
| |
This method is used to execute a SQL statement (e.g., DML, DDL).
|
| |
| template\ |
| long |
execute (const std::string \&sql, const std::vector\< T > \¶meters) |
| |
| template\ |
| long |
execute (const std::string \&sql, const std::vector\< T > \¶meters, const std::map\< std::string, std::string > \&options) |
| |
| void |
setHASyncMode (HASynchronicityMode mode) |
| |
Sets the high-availability synchronization mode which will override the default mode.
|
| |
| void |
addHttpHeader (const std::string \&header, const std::string \&value) |
| |
Adds an HTTP header to the map of additional HTTP headers to send to GPUdb with each request.
|
| |
| void |
removeHttpHeader (const std::string \&header) |
| |
Removes the given HTTP header from the map of additional HTTP headers to send to GPUdb with each request.
|
| |
| void |
updateHostManagerPort () |
| |
Update the host manager port by inquiring the server.
|
| |
| template\ |
| TResponse & |
submitRequest (const HttpUrl \&url, const TRequest \&request, TResponse \&response, const bool enableCompression=false) const |
| |
| template\ |
| TResponse & |
submitRequest (const std::string \&endpoint, const TRequest \&request, TResponse \&response, const bool enableCompression=false) const |
| |
| template\ |
| TResponse & |
submitRequest (const char \*endpoint, const TRequest \&request, TResponse \&response, const bool enableCompression=false) const |
| |
| template\ |
| TResponse & |
submitRequestToHostManager (const std::string \&endpoint, const TRequest \&request, TResponse \&response, const bool enableCompression=false) const |
| |
Submit an HTTP request to the host manager.
|
| |
| template\ |
| TResponse & |
submitRequestToHostManager (const char \*endpoint, const TRequest \&request, TResponse \&response, const bool enableCompression=false) const |
| |
Submit an HTTP request to the host manager.
|
| |
| AdminAddHostResponse |
adminAddHost (const AdminAddHostRequest \&request\_) const |
| |
Adds a host to an existing cluster.
|
| |
| AdminAddHostResponse & |
adminAddHost (const AdminAddHostRequest \&request\_, AdminAddHostResponse \&response\_) const |
| |
Adds a host to an existing cluster.
|
| |
| AdminAddHostResponse |
adminAddHost (const std::string \&hostAddress, const std::map\< std::string, std::string > \&options) const |
| |
Adds a host to an existing cluster.
|
| |
| AdminAddHostResponse & |
adminAddHost (const std::string \&hostAddress, const std::map\< std::string, std::string > \&options, AdminAddHostResponse \&response\_) const |
| |
Adds a host to an existing cluster.
|
| |
| AdminAddRanksResponse |
adminAddRanks (const AdminAddRanksRequest \&request\_) const |
| |
Add one or more ranks to an existing Kinetica cluster.
|
| |
| AdminAddRanksResponse & |
adminAddRanks (const AdminAddRanksRequest \&request\_, AdminAddRanksResponse \&response\_) const |
| |
Add one or more ranks to an existing Kinetica cluster.
|
| |
| AdminAddRanksResponse |
adminAddRanks (const std::vector\< std::string > \&hosts, const std::vector\< std::map\< std::string, std::string > > \&configParams, const std::map\< std::string, std::string > \&options) const |
| |
Add one or more ranks to an existing Kinetica cluster.
|
| |
| AdminAddRanksResponse & |
adminAddRanks (const std::vector\< std::string > \&hosts, const std::vector\< std::map\< std::string, std::string > > \&configParams, const std::map\< std::string, std::string > \&options, AdminAddRanksResponse \&response\_) const |
| |
Add one or more ranks to an existing Kinetica cluster.
|
| |
| AdminAlterHostResponse |
adminAlterHost (const AdminAlterHostRequest \&request\_) const |
| |
Alter properties on an existing host in the cluster.
|
| |
| AdminAlterHostResponse & |
adminAlterHost (const AdminAlterHostRequest \&request\_, AdminAlterHostResponse \&response\_) const |
| |
Alter properties on an existing host in the cluster.
|
| |
| AdminAlterHostResponse |
adminAlterHost (const std::string \&host, const std::map\< std::string, std::string > \&options) const |
| |
Alter properties on an existing host in the cluster.
|
| |
| AdminAlterHostResponse & |
adminAlterHost (const std::string \&host, const std::map\< std::string, std::string > \&options, AdminAlterHostResponse \&response\_) const |
| |
Alter properties on an existing host in the cluster.
|
| |
| AdminAlterJobsResponse |
adminAlterJobs (const AdminAlterJobsRequest \&request\_) const |
| |
Perform the requested action on a list of one or more job(s).
|
| |
| AdminAlterJobsResponse & |
adminAlterJobs (const AdminAlterJobsRequest \&request\_, AdminAlterJobsResponse \&response\_) const |
| |
Perform the requested action on a list of one or more job(s).
|
| |
| AdminAlterJobsResponse |
adminAlterJobs (const std::vector\< int64\_t > \&jobIds, const std::string \&action, const std::map\< std::string, std::string > \&options) const |
| |
Perform the requested action on a list of one or more job(s).
|
| |
| AdminAlterJobsResponse & |
adminAlterJobs (const std::vector\< int64\_t > \&jobIds, const std::string \&action, const std::map\< std::string, std::string > \&options, AdminAlterJobsResponse \&response\_) const |
| |
Perform the requested action on a list of one or more job(s).
|
| |
| AdminBackupBeginResponse |
adminBackupBegin (const AdminBackupBeginRequest \&request\_) const |
| |
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.
|
| |
| AdminBackupBeginResponse & |
adminBackupBegin (const AdminBackupBeginRequest \&request\_, AdminBackupBeginResponse \&response\_) const |
| |
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.
|
| |
| AdminBackupBeginResponse |
adminBackupBegin (const std::map\< std::string, std::string > \&options) const |
| |
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.
|
| |
| AdminBackupBeginResponse & |
adminBackupBegin (const std::map\< std::string, std::string > \&options, AdminBackupBeginResponse \&response\_) const |
| |
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.
|
| |
| AdminBackupEndResponse |
adminBackupEnd (const AdminBackupEndRequest \&request\_) const |
| |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
|
| |
| AdminBackupEndResponse & |
adminBackupEnd (const AdminBackupEndRequest \&request\_, AdminBackupEndResponse \&response\_) const |
| |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
|
| |
| AdminBackupEndResponse |
adminBackupEnd (const std::map\< std::string, std::string > \&options) const |
| |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
|
| |
| AdminBackupEndResponse & |
adminBackupEnd (const std::map\< std::string, std::string > \&options, AdminBackupEndResponse \&response\_) const |
| |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
|
| |
| AdminHaOfflineResponse |
adminHaOffline (const AdminHaOfflineRequest \&request\_) const |
| |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
|
| |
| AdminHaOfflineResponse & |
adminHaOffline (const AdminHaOfflineRequest \&request\_, AdminHaOfflineResponse \&response\_) const |
| |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
|
| |
| AdminHaOfflineResponse |
adminHaOffline (const bool offline, const std::map\< std::string, std::string > \&options) const |
| |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
|
| |
| AdminHaOfflineResponse & |
adminHaOffline (const bool offline, const std::map\< std::string, std::string > \&options, AdminHaOfflineResponse \&response\_) const |
| |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
|
| |
| AdminHaRefreshResponse |
adminHaRefresh (const AdminHaRefreshRequest \&request\_) const |
| |
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
|
| |
| AdminHaRefreshResponse & |
adminHaRefresh (const AdminHaRefreshRequest \&request\_, AdminHaRefreshResponse \&response\_) const |
| |
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
|
| |
| AdminHaRefreshResponse |
adminHaRefresh (const std::map\< std::string, std::string > \&options) const |
| |
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
|
| |
| AdminHaRefreshResponse & |
adminHaRefresh (const std::map\< std::string, std::string > \&options, AdminHaRefreshResponse \&response\_) const |
| |
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
|
| |
| AdminOfflineResponse |
adminOffline (const AdminOfflineRequest \&request\_) const |
| |
Take the system offline.
|
| |
| AdminOfflineResponse & |
adminOffline (const AdminOfflineRequest \&request\_, AdminOfflineResponse \&response\_) const |
| |
Take the system offline.
|
| |
| AdminOfflineResponse |
adminOffline (const bool offline, const std::map\< std::string, std::string > \&options) const |
| |
Take the system offline.
|
| |
| AdminOfflineResponse & |
adminOffline (const bool offline, const std::map\< std::string, std::string > \&options, AdminOfflineResponse \&response\_) const |
| |
Take the system offline.
|
| |
| AdminRebalanceResponse |
adminRebalance (const AdminRebalanceRequest \&request\_) const |
| |
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
|
| |
| AdminRebalanceResponse & |
adminRebalance (const AdminRebalanceRequest \&request\_, AdminRebalanceResponse \&response\_) const |
| |
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
|
| |
| AdminRebalanceResponse |
adminRebalance (const std::map\< std::string, std::string > \&options) const |
| |
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
|
| |
| AdminRebalanceResponse & |
adminRebalance (const std::map\< std::string, std::string > \&options, AdminRebalanceResponse \&response\_) const |
| |
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
|
| |
| AdminRemoveHostResponse |
adminRemoveHost (const AdminRemoveHostRequest \&request\_) const |
| |
Removes a host from an existing cluster.
|
| |
| AdminRemoveHostResponse & |
adminRemoveHost (const AdminRemoveHostRequest \&request\_, AdminRemoveHostResponse \&response\_) const |
| |
Removes a host from an existing cluster.
|
| |
| AdminRemoveHostResponse |
adminRemoveHost (const std::string \&host, const std::map\< std::string, std::string > \&options) const |
| |
Removes a host from an existing cluster.
|
| |
| AdminRemoveHostResponse & |
adminRemoveHost (const std::string \&host, const std::map\< std::string, std::string > \&options, AdminRemoveHostResponse \&response\_) const |
| |
Removes a host from an existing cluster.
|
| |
| AdminRemoveRanksResponse |
adminRemoveRanks (const AdminRemoveRanksRequest \&request\_) const |
| |
Remove one or more ranks from an existing Kinetica cluster.
|
| |
| AdminRemoveRanksResponse & |
adminRemoveRanks (const AdminRemoveRanksRequest \&request\_, AdminRemoveRanksResponse \&response\_) const |
| |
Remove one or more ranks from an existing Kinetica cluster.
|
| |
| AdminRemoveRanksResponse |
adminRemoveRanks (const std::vector\< std::string > \&ranks, const std::map\< std::string, std::string > \&options) const |
| |
Remove one or more ranks from an existing Kinetica cluster.
|
| |
| AdminRemoveRanksResponse & |
adminRemoveRanks (const std::vector\< std::string > \&ranks, const std::map\< std::string, std::string > \&options, AdminRemoveRanksResponse \&response\_) const |
| |
Remove one or more ranks from an existing Kinetica cluster.
|
| |
| AdminRepairTableResponse |
adminRepairTable (const AdminRepairTableRequest \&request\_) const |
| |
Manually repair a corrupted table.
|
| |
| AdminRepairTableResponse & |
adminRepairTable (const AdminRepairTableRequest \&request\_, AdminRepairTableResponse \&response\_) const |
| |
Manually repair a corrupted table.
|
| |
| AdminRepairTableResponse |
adminRepairTable (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&tableTypes, const std::map\< std::string, std::string > \&options) const |
| |
Manually repair a corrupted table.
|
| |
| AdminRepairTableResponse & |
adminRepairTable (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&tableTypes, const std::map\< std::string, std::string > \&options, AdminRepairTableResponse \&response\_) const |
| |
Manually repair a corrupted table.
|
| |
| AdminSendAlertResponse |
adminSendAlert (const AdminSendAlertRequest \&request\_) const |
| |
Sends a user generated alert to the monitoring system.
|
| |
| AdminSendAlertResponse & |
adminSendAlert (const AdminSendAlertRequest \&request\_, AdminSendAlertResponse \&response\_) const |
| |
Sends a user generated alert to the monitoring system.
|
| |
| AdminSendAlertResponse |
adminSendAlert (const std::string \&message, const std::string \&label, const std::string \&logLevel, const std::map\< std::string, std::string > \&options) const |
| |
Sends a user generated alert to the monitoring system.
|
| |
| AdminSendAlertResponse & |
adminSendAlert (const std::string \&message, const std::string \&label, const std::string \&logLevel, const std::map\< std::string, std::string > \&options, AdminSendAlertResponse \&response\_) const |
| |
Sends a user generated alert to the monitoring system.
|
| |
| AdminShowAlertsResponse |
adminShowAlerts (const AdminShowAlertsRequest \&request\_) const |
| |
Requests a list of the most recent alerts.
|
| |
| AdminShowAlertsResponse & |
adminShowAlerts (const AdminShowAlertsRequest \&request\_, AdminShowAlertsResponse \&response\_) const |
| |
Requests a list of the most recent alerts.
|
| |
| AdminShowAlertsResponse |
adminShowAlerts (const int32\_t numAlerts, const std::map\< std::string, std::string > \&options) const |
| |
Requests a list of the most recent alerts.
|
| |
| AdminShowAlertsResponse & |
adminShowAlerts (const int32\_t numAlerts, const std::map\< std::string, std::string > \&options, AdminShowAlertsResponse \&response\_) const |
| |
Requests a list of the most recent alerts.
|
| |
| AdminShowClusterOperationsResponse |
adminShowClusterOperations (const AdminShowClusterOperationsRequest \&request\_) const |
| |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
|
| |
| AdminShowClusterOperationsResponse & |
adminShowClusterOperations (const AdminShowClusterOperationsRequest \&request\_, AdminShowClusterOperationsResponse \&response\_) const |
| |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
|
| |
| AdminShowClusterOperationsResponse |
adminShowClusterOperations (const int32\_t historyIndex, const std::map\< std::string, std::string > \&options) const |
| |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
|
| |
| AdminShowClusterOperationsResponse & |
adminShowClusterOperations (const int32\_t historyIndex, const std::map\< std::string, std::string > \&options, AdminShowClusterOperationsResponse \&response\_) const |
| |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
|
| |
| AdminShowJobsResponse |
adminShowJobs (const AdminShowJobsRequest \&request\_) const |
| |
Get a list of the current jobs in GPUdb.
|
| |
| AdminShowJobsResponse & |
adminShowJobs (const AdminShowJobsRequest \&request\_, AdminShowJobsResponse \&response\_) const |
| |
Get a list of the current jobs in GPUdb.
|
| |
| AdminShowJobsResponse |
adminShowJobs (const std::map\< std::string, std::string > \&options) const |
| |
Get a list of the current jobs in GPUdb.
|
| |
| AdminShowJobsResponse & |
adminShowJobs (const std::map\< std::string, std::string > \&options, AdminShowJobsResponse \&response\_) const |
| |
Get a list of the current jobs in GPUdb.
|
| |
| AdminShowShardsResponse |
adminShowShards (const AdminShowShardsRequest \&request\_) const |
| |
Show the mapping of shards to the corresponding rank and tom.
|
| |
| AdminShowShardsResponse & |
adminShowShards (const AdminShowShardsRequest \&request\_, AdminShowShardsResponse \&response\_) const |
| |
Show the mapping of shards to the corresponding rank and tom.
|
| |
| AdminShowShardsResponse |
adminShowShards (const std::map\< std::string, std::string > \&options) const |
| |
Show the mapping of shards to the corresponding rank and tom.
|
| |
| AdminShowShardsResponse & |
adminShowShards (const std::map\< std::string, std::string > \&options, AdminShowShardsResponse \&response\_) const |
| |
Show the mapping of shards to the corresponding rank and tom.
|
| |
| AdminShutdownResponse |
adminShutdown (const AdminShutdownRequest \&request\_) const |
| |
Exits the database server application.
|
| |
| AdminShutdownResponse & |
adminShutdown (const AdminShutdownRequest \&request\_, AdminShutdownResponse \&response\_) const |
| |
Exits the database server application.
|
| |
| AdminShutdownResponse |
adminShutdown (const std::string \&exitType, const std::string \&authorization, const std::map\< std::string, std::string > \&options) const |
| |
Exits the database server application.
|
| |
| AdminShutdownResponse & |
adminShutdown (const std::string \&exitType, const std::string \&authorization, const std::map\< std::string, std::string > \&options, AdminShutdownResponse \&response\_) const |
| |
Exits the database server application.
|
| |
| AdminSwitchoverResponse |
adminSwitchover (const AdminSwitchoverRequest \&request\_) const |
| |
Manually switch over one or more processes to another host.
|
| |
| AdminSwitchoverResponse & |
adminSwitchover (const AdminSwitchoverRequest \&request\_, AdminSwitchoverResponse \&response\_) const |
| |
Manually switch over one or more processes to another host.
|
| |
| AdminSwitchoverResponse |
adminSwitchover (const std::vector\< std::string > \&processes, const std::vector\< std::string > \&destinations, const std::map\< std::string, std::string > \&options) const |
| |
Manually switch over one or more processes to another host.
|
| |
| AdminSwitchoverResponse & |
adminSwitchover (const std::vector\< std::string > \&processes, const std::vector\< std::string > \&destinations, const std::map\< std::string, std::string > \&options, AdminSwitchoverResponse \&response\_) const |
| |
Manually switch over one or more processes to another host.
|
| |
| AdminVerifyDbResponse |
adminVerifyDb (const AdminVerifyDbRequest \&request\_) const |
| |
Verify database is in a consistent state.
|
| |
| AdminVerifyDbResponse & |
adminVerifyDb (const AdminVerifyDbRequest \&request\_, AdminVerifyDbResponse \&response\_) const |
| |
Verify database is in a consistent state.
|
| |
| AdminVerifyDbResponse |
adminVerifyDb (const std::map\< std::string, std::string > \&options) const |
| |
Verify database is in a consistent state.
|
| |
| AdminVerifyDbResponse & |
adminVerifyDb (const std::map\< std::string, std::string > \&options, AdminVerifyDbResponse \&response\_) const |
| |
Verify database is in a consistent state.
|
| |
| AggregateConvexHullResponse |
aggregateConvexHull (const AggregateConvexHullRequest \&request\_) const |
| |
Calculates and returns the convex hull for the values in a table specified by tableName.
|
| |
| AggregateConvexHullResponse & |
aggregateConvexHull (const AggregateConvexHullRequest \&request\_, AggregateConvexHullResponse \&response\_) const |
| |
Calculates and returns the convex hull for the values in a table specified by tableName.
|
| |
| AggregateConvexHullResponse |
aggregateConvexHull (const std::string \&tableName, const std::string \&xColumnName, const std::string \&yColumnName, const std::map\< std::string, std::string > \&options) const |
| |
Calculates and returns the convex hull for the values in a table specified by tableName.
|
| |
| AggregateConvexHullResponse & |
aggregateConvexHull (const std::string \&tableName, const std::string \&xColumnName, const std::string \&yColumnName, const std::map\< std::string, std::string > \&options, AggregateConvexHullResponse \&response\_) const |
| |
Calculates and returns the convex hull for the values in a table specified by tableName.
|
| |
| RawAggregateGroupByResponse |
aggregateGroupByRaw (const AggregateGroupByRequest \&request\_) const |
| |
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
|
| |
| RawAggregateGroupByResponse & |
aggregateGroupByRaw (const AggregateGroupByRequest \&request\_, RawAggregateGroupByResponse \&response\_) const |
| |
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
|
| |
| AggregateGroupByResponse |
aggregateGroupBy (const AggregateGroupByRequest \&request\_) const |
| |
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
|
| |
| AggregateGroupByResponse & |
aggregateGroupBy (const AggregateGroupByRequest \&request\_, AggregateGroupByResponse \&response\_) const |
| |
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
|
| |
| AggregateGroupByResponse |
aggregateGroupBy (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
|
| |
| AggregateGroupByResponse & |
aggregateGroupBy (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, AggregateGroupByResponse \&response\_) const |
| |
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
|
| |
| AggregateHistogramResponse |
aggregateHistogram (const AggregateHistogramRequest \&request\_) const |
| |
Performs a histogram calculation given a table, a column, and an interval function.
|
| |
| AggregateHistogramResponse & |
aggregateHistogram (const AggregateHistogramRequest \&request\_, AggregateHistogramResponse \&response\_) const |
| |
Performs a histogram calculation given a table, a column, and an interval function.
|
| |
| AggregateHistogramResponse |
aggregateHistogram (const std::string \&tableName, const std::string \&columnName, const double start, const double end, const double interval, const std::map\< std::string, std::string > \&options) const |
| |
Performs a histogram calculation given a table, a column, and an interval function.
|
| |
| AggregateHistogramResponse & |
aggregateHistogram (const std::string \&tableName, const std::string \&columnName, const double start, const double end, const double interval, const std::map\< std::string, std::string > \&options, AggregateHistogramResponse \&response\_) const |
| |
Performs a histogram calculation given a table, a column, and an interval function.
|
| |
| AggregateKMeansResponse |
aggregateKMeans (const AggregateKMeansRequest \&request\_) const |
| |
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
|
| |
| AggregateKMeansResponse & |
aggregateKMeans (const AggregateKMeansRequest \&request\_, AggregateKMeansResponse \&response\_) const |
| |
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
|
| |
| AggregateKMeansResponse |
aggregateKMeans (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const int32\_t k, const double tolerance, const std::map\< std::string, std::string > \&options) const |
| |
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
|
| |
| AggregateKMeansResponse & |
aggregateKMeans (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const int32\_t k, const double tolerance, const std::map\< std::string, std::string > \&options, AggregateKMeansResponse \&response\_) const |
| |
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
|
| |
| AggregateMinMaxResponse |
aggregateMinMax (const AggregateMinMaxRequest \&request\_) const |
| |
Calculates and returns the minimum and maximum values of a particular column in a table.
|
| |
| AggregateMinMaxResponse & |
aggregateMinMax (const AggregateMinMaxRequest \&request\_, AggregateMinMaxResponse \&response\_) const |
| |
Calculates and returns the minimum and maximum values of a particular column in a table.
|
| |
| AggregateMinMaxResponse |
aggregateMinMax (const std::string \&tableName, const std::string \&columnName, const std::map\< std::string, std::string > \&options) const |
| |
Calculates and returns the minimum and maximum values of a particular column in a table.
|
| |
| AggregateMinMaxResponse & |
aggregateMinMax (const std::string \&tableName, const std::string \&columnName, const std::map\< std::string, std::string > \&options, AggregateMinMaxResponse \&response\_) const |
| |
Calculates and returns the minimum and maximum values of a particular column in a table.
|
| |
| AggregateMinMaxGeometryResponse |
aggregateMinMaxGeometry (const AggregateMinMaxGeometryRequest \&request\_) const |
| |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
|
| |
| AggregateMinMaxGeometryResponse & |
aggregateMinMaxGeometry (const AggregateMinMaxGeometryRequest \&request\_, AggregateMinMaxGeometryResponse \&response\_) const |
| |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
|
| |
| AggregateMinMaxGeometryResponse |
aggregateMinMaxGeometry (const std::string \&tableName, const std::string \&columnName, const std::map\< std::string, std::string > \&options) const |
| |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
|
| |
| AggregateMinMaxGeometryResponse & |
aggregateMinMaxGeometry (const std::string \&tableName, const std::string \&columnName, const std::map\< std::string, std::string > \&options, AggregateMinMaxGeometryResponse \&response\_) const |
| |
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
|
| |
| AggregateStatisticsResponse |
aggregateStatistics (const AggregateStatisticsRequest \&request\_) const |
| |
Calculates the requested statistics of the given column(s) in a given table.
|
| |
| AggregateStatisticsResponse & |
aggregateStatistics (const AggregateStatisticsRequest \&request\_, AggregateStatisticsResponse \&response\_) const |
| |
Calculates the requested statistics of the given column(s) in a given table.
|
| |
| AggregateStatisticsResponse |
aggregateStatistics (const std::string \&tableName, const std::string \&columnName, const std::string \&stats, const std::map\< std::string, std::string > \&options) const |
| |
Calculates the requested statistics of the given column(s) in a given table.
|
| |
| AggregateStatisticsResponse & |
aggregateStatistics (const std::string \&tableName, const std::string \&columnName, const std::string \&stats, const std::map\< std::string, std::string > \&options, AggregateStatisticsResponse \&response\_) const |
| |
Calculates the requested statistics of the given column(s) in a given table.
|
| |
| AggregateStatisticsByRangeResponse |
aggregateStatisticsByRange (const AggregateStatisticsByRangeRequest \&request\_) const |
| |
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
|
| |
| AggregateStatisticsByRangeResponse & |
aggregateStatisticsByRange (const AggregateStatisticsByRangeRequest \&request\_, AggregateStatisticsByRangeResponse \&response\_) const |
| |
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
|
| |
| AggregateStatisticsByRangeResponse |
aggregateStatisticsByRange (const std::string \&tableName, const std::string \&selectExpression, const std::string \&columnName, const std::string \&valueColumnName, const std::string \&stats, const double start, const double end, const double interval, const std::map\< std::string, std::string > \&options) const |
| |
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
|
| |
| AggregateStatisticsByRangeResponse & |
aggregateStatisticsByRange (const std::string \&tableName, const std::string \&selectExpression, const std::string \&columnName, const std::string \&valueColumnName, const std::string \&stats, const double start, const double end, const double interval, const std::map\< std::string, std::string > \&options, AggregateStatisticsByRangeResponse \&response\_) const |
| |
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
|
| |
| RawAggregateUniqueResponse |
aggregateUniqueRaw (const AggregateUniqueRequest \&request\_) const |
| |
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
|
| |
| RawAggregateUniqueResponse & |
aggregateUniqueRaw (const AggregateUniqueRequest \&request\_, RawAggregateUniqueResponse \&response\_) const |
| |
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
|
| |
| AggregateUniqueResponse |
aggregateUnique (const AggregateUniqueRequest \&request\_) const |
| |
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
|
| |
| AggregateUniqueResponse & |
aggregateUnique (const AggregateUniqueRequest \&request\_, AggregateUniqueResponse \&response\_) const |
| |
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
|
| |
| AggregateUniqueResponse |
aggregateUnique (const std::string \&tableName, const std::string \&columnName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
|
| |
| AggregateUniqueResponse & |
aggregateUnique (const std::string \&tableName, const std::string \&columnName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, AggregateUniqueResponse \&response\_) const |
| |
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
|
| |
| RawAggregateUnpivotResponse |
aggregateUnpivotRaw (const AggregateUnpivotRequest \&request\_) const |
| |
Rotate the column values into rows values.
|
| |
| RawAggregateUnpivotResponse & |
aggregateUnpivotRaw (const AggregateUnpivotRequest \&request\_, RawAggregateUnpivotResponse \&response\_) const |
| |
Rotate the column values into rows values.
|
| |
| AggregateUnpivotResponse |
aggregateUnpivot (const AggregateUnpivotRequest \&request\_) const |
| |
Rotate the column values into rows values.
|
| |
| AggregateUnpivotResponse & |
aggregateUnpivot (const AggregateUnpivotRequest \&request\_, AggregateUnpivotResponse \&response\_) const |
| |
Rotate the column values into rows values.
|
| |
| AggregateUnpivotResponse |
aggregateUnpivot (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const std::string \&variableColumnName, const std::string \&valueColumnName, const std::vector\< std::string > \&pivotedColumns, const std::map\< std::string, std::string > \&options) const |
| |
Rotate the column values into rows values.
|
| |
| AggregateUnpivotResponse & |
aggregateUnpivot (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const std::string \&variableColumnName, const std::string \&valueColumnName, const std::vector\< std::string > \&pivotedColumns, const std::map\< std::string, std::string > \&options, AggregateUnpivotResponse \&response\_) const |
| |
Rotate the column values into rows values.
|
| |
| AlterBackupResponse |
alterBackup (const AlterBackupRequest \&request\_) const |
| |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
|
| |
| AlterBackupResponse & |
alterBackup (const AlterBackupRequest \&request\_, AlterBackupResponse \&response\_) const |
| |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
|
| |
| AlterBackupResponse |
alterBackup (const std::string \&backupName, const std::string \&action, const std::string \&value, const std::string \&datasinkName, const std::map\< std::string, std::string > \&options) const |
| |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
|
| |
| AlterBackupResponse & |
alterBackup (const std::string \&backupName, const std::string \&action, const std::string \&value, const std::string \&datasinkName, const std::map\< std::string, std::string > \&options, AlterBackupResponse \&response\_) const |
| |
Alters an existing database backup, accessible via the data sink specified by datasinkName.
|
| |
| AlterCredentialResponse |
alterCredential (const AlterCredentialRequest \&request\_) const |
| |
Alter the properties of an existing credential.
|
| |
| AlterCredentialResponse & |
alterCredential (const AlterCredentialRequest \&request\_, AlterCredentialResponse \&response\_) const |
| |
Alter the properties of an existing credential.
|
| |
| AlterCredentialResponse |
alterCredential (const std::string \&credentialName, const std::map\< std::string, std::string > \&credentialUpdatesMap, const std::map\< std::string, std::string > \&options) const |
| |
Alter the properties of an existing credential.
|
| |
| AlterCredentialResponse & |
alterCredential (const std::string \&credentialName, const std::map\< std::string, std::string > \&credentialUpdatesMap, const std::map\< std::string, std::string > \&options, AlterCredentialResponse \&response\_) const |
| |
Alter the properties of an existing credential.
|
| |
| AlterDatasinkResponse |
alterDatasink (const AlterDatasinkRequest \&request\_) const |
| |
Alters the properties of an existing data sink.
|
| |
| AlterDatasinkResponse & |
alterDatasink (const AlterDatasinkRequest \&request\_, AlterDatasinkResponse \&response\_) const |
| |
Alters the properties of an existing data sink.
|
| |
| AlterDatasinkResponse |
alterDatasink (const std::string \&name, const std::map\< std::string, std::string > \&datasinkUpdatesMap, const std::map\< std::string, std::string > \&options) const |
| |
Alters the properties of an existing data sink.
|
| |
| AlterDatasinkResponse & |
alterDatasink (const std::string \&name, const std::map\< std::string, std::string > \&datasinkUpdatesMap, const std::map\< std::string, std::string > \&options, AlterDatasinkResponse \&response\_) const |
| |
Alters the properties of an existing data sink.
|
| |
| AlterDatasourceResponse |
alterDatasource (const AlterDatasourceRequest \&request\_) const |
| |
Alters the properties of an existing data source.
|
| |
| AlterDatasourceResponse & |
alterDatasource (const AlterDatasourceRequest \&request\_, AlterDatasourceResponse \&response\_) const |
| |
Alters the properties of an existing data source.
|
| |
| AlterDatasourceResponse |
alterDatasource (const std::string \&name, const std::map\< std::string, std::string > \&datasourceUpdatesMap, const std::map\< std::string, std::string > \&options) const |
| |
Alters the properties of an existing data source.
|
| |
| AlterDatasourceResponse & |
alterDatasource (const std::string \&name, const std::map\< std::string, std::string > \&datasourceUpdatesMap, const std::map\< std::string, std::string > \&options, AlterDatasourceResponse \&response\_) const |
| |
Alters the properties of an existing data source.
|
| |
| AlterDirectoryResponse |
alterDirectory (const AlterDirectoryRequest \&request\_) const |
| |
Alters an existing directory in KiFS.
|
| |
| AlterDirectoryResponse & |
alterDirectory (const AlterDirectoryRequest \&request\_, AlterDirectoryResponse \&response\_) const |
| |
Alters an existing directory in KiFS.
|
| |
| AlterDirectoryResponse |
alterDirectory (const std::string \&directoryName, const std::map\< std::string, std::string > \&directoryUpdatesMap, const std::map\< std::string, std::string > \&options) const |
| |
Alters an existing directory in KiFS.
|
| |
| AlterDirectoryResponse & |
alterDirectory (const std::string \&directoryName, const std::map\< std::string, std::string > \&directoryUpdatesMap, const std::map\< std::string, std::string > \&options, AlterDirectoryResponse \&response\_) const |
| |
Alters an existing directory in KiFS.
|
| |
| AlterEnvironmentResponse |
alterEnvironment (const AlterEnvironmentRequest \&request\_) const |
| |
Alters an existing environment which can be referenced by a user-defined function (UDF).
|
| |
| AlterEnvironmentResponse & |
alterEnvironment (const AlterEnvironmentRequest \&request\_, AlterEnvironmentResponse \&response\_) const |
| |
Alters an existing environment which can be referenced by a user-defined function (UDF).
|
| |
| AlterEnvironmentResponse |
alterEnvironment (const std::string \&environmentName, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options) const |
| |
Alters an existing environment which can be referenced by a user-defined function (UDF).
|
| |
| AlterEnvironmentResponse & |
alterEnvironment (const std::string \&environmentName, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options, AlterEnvironmentResponse \&response\_) const |
| |
Alters an existing environment which can be referenced by a user-defined function (UDF).
|
| |
| AlterResourceGroupResponse |
alterResourceGroup (const AlterResourceGroupRequest \&request\_) const |
| |
Alters the properties of an existing resource group to facilitate resource management.
|
| |
| AlterResourceGroupResponse & |
alterResourceGroup (const AlterResourceGroupRequest \&request\_, AlterResourceGroupResponse \&response\_) const |
| |
Alters the properties of an existing resource group to facilitate resource management.
|
| |
| AlterResourceGroupResponse |
alterResourceGroup (const std::string \&name, const std::map\< std::string, std::map\< std::string, std::string > > \&tierAttributes, const std::string \&ranking, const std::string \&adjoiningResourceGroup, const std::map\< std::string, std::string > \&options) const |
| |
Alters the properties of an existing resource group to facilitate resource management.
|
| |
| AlterResourceGroupResponse & |
alterResourceGroup (const std::string \&name, const std::map\< std::string, std::map\< std::string, std::string > > \&tierAttributes, const std::string \&ranking, const std::string \&adjoiningResourceGroup, const std::map\< std::string, std::string > \&options, AlterResourceGroupResponse \&response\_) const |
| |
Alters the properties of an existing resource group to facilitate resource management.
|
| |
| AlterRoleResponse |
alterRole (const AlterRoleRequest \&request\_) const |
| |
Alters a Role.
|
| |
| AlterRoleResponse & |
alterRole (const AlterRoleRequest \&request\_, AlterRoleResponse \&response\_) const |
| |
Alters a Role.
|
| |
| AlterRoleResponse |
alterRole (const std::string \&name, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options) const |
| |
Alters a Role.
|
| |
| AlterRoleResponse & |
alterRole (const std::string \&name, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options, AlterRoleResponse \&response\_) const |
| |
Alters a Role.
|
| |
| AlterSchemaResponse |
alterSchema (const AlterSchemaRequest \&request\_) const |
| |
Used to change the name of a SQL-style schema, specified in schemaName.
|
| |
| AlterSchemaResponse & |
alterSchema (const AlterSchemaRequest \&request\_, AlterSchemaResponse \&response\_) const |
| |
Used to change the name of a SQL-style schema, specified in schemaName.
|
| |
| AlterSchemaResponse |
alterSchema (const std::string \&schemaName, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options) const |
| |
Used to change the name of a SQL-style schema, specified in schemaName.
|
| |
| AlterSchemaResponse & |
alterSchema (const std::string \&schemaName, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options, AlterSchemaResponse \&response\_) const |
| |
Used to change the name of a SQL-style schema, specified in schemaName.
|
| |
| AlterSystemPropertiesResponse |
alterSystemProperties (const AlterSystemPropertiesRequest \&request\_) const |
| |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
|
| |
| AlterSystemPropertiesResponse & |
alterSystemProperties (const AlterSystemPropertiesRequest \&request\_, AlterSystemPropertiesResponse \&response\_) const |
| |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
|
| |
| AlterSystemPropertiesResponse |
alterSystemProperties (const std::map\< std::string, std::string > \&propertyUpdatesMap, const std::map\< std::string, std::string > \&options) const |
| |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
|
| |
| AlterSystemPropertiesResponse & |
alterSystemProperties (const std::map\< std::string, std::string > \&propertyUpdatesMap, const std::map\< std::string, std::string > \&options, AlterSystemPropertiesResponse \&response\_) const |
| |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
|
| |
| AlterTableResponse |
alterTable (const AlterTableRequest \&request\_) const |
| |
Apply various modifications to a table or view.
|
| |
| AlterTableResponse & |
alterTable (const AlterTableRequest \&request\_, AlterTableResponse \&response\_) const |
| |
Apply various modifications to a table or view.
|
| |
| AlterTableResponse |
alterTable (const std::string \&tableName, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options) const |
| |
Apply various modifications to a table or view.
|
| |
| AlterTableResponse & |
alterTable (const std::string \&tableName, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options, AlterTableResponse \&response\_) const |
| |
Apply various modifications to a table or view.
|
| |
| AlterTableColumnsResponse |
alterTableColumns (const AlterTableColumnsRequest \&request\_) const |
| |
Apply various modifications to columns in a table, view.
|
| |
| AlterTableColumnsResponse & |
alterTableColumns (const AlterTableColumnsRequest \&request\_, AlterTableColumnsResponse \&response\_) const |
| |
Apply various modifications to columns in a table, view.
|
| |
| AlterTableColumnsResponse |
alterTableColumns (const std::string \&tableName, const std::vector\< std::map\< std::string, std::string > > \&columnAlterations, const std::map\< std::string, std::string > \&options) const |
| |
Apply various modifications to columns in a table, view.
|
| |
| AlterTableColumnsResponse & |
alterTableColumns (const std::string \&tableName, const std::vector\< std::map\< std::string, std::string > > \&columnAlterations, const std::map\< std::string, std::string > \&options, AlterTableColumnsResponse \&response\_) const |
| |
Apply various modifications to columns in a table, view.
|
| |
| AlterTableMetadataResponse |
alterTableMetadata (const AlterTableMetadataRequest \&request\_) const |
| |
Updates (adds or changes) metadata for tables.
|
| |
| AlterTableMetadataResponse & |
alterTableMetadata (const AlterTableMetadataRequest \&request\_, AlterTableMetadataResponse \&response\_) const |
| |
Updates (adds or changes) metadata for tables.
|
| |
| AlterTableMetadataResponse |
alterTableMetadata (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&metadataMap, const std::map\< std::string, std::string > \&options) const |
| |
Updates (adds or changes) metadata for tables.
|
| |
| AlterTableMetadataResponse & |
alterTableMetadata (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&metadataMap, const std::map\< std::string, std::string > \&options, AlterTableMetadataResponse \&response\_) const |
| |
Updates (adds or changes) metadata for tables.
|
| |
| AlterTableMonitorResponse |
alterTableMonitor (const AlterTableMonitorRequest \&request\_) const |
| |
Alters a table monitor previously created with createTableMonitor.
|
| |
| AlterTableMonitorResponse & |
alterTableMonitor (const AlterTableMonitorRequest \&request\_, AlterTableMonitorResponse \&response\_) const |
| |
Alters a table monitor previously created with createTableMonitor.
|
| |
| AlterTableMonitorResponse |
alterTableMonitor (const std::string \&topicId, const std::map\< std::string, std::string > \&monitorUpdatesMap, const std::map\< std::string, std::string > \&options) const |
| |
Alters a table monitor previously created with createTableMonitor.
|
| |
| AlterTableMonitorResponse & |
alterTableMonitor (const std::string \&topicId, const std::map\< std::string, std::string > \&monitorUpdatesMap, const std::map\< std::string, std::string > \&options, AlterTableMonitorResponse \&response\_) const |
| |
Alters a table monitor previously created with createTableMonitor.
|
| |
| AlterTierResponse |
alterTier (const AlterTierRequest \&request\_) const |
| |
Alters properties of an existing tier to facilitate resource management.
|
| |
| AlterTierResponse & |
alterTier (const AlterTierRequest \&request\_, AlterTierResponse \&response\_) const |
| |
Alters properties of an existing tier to facilitate resource management.
|
| |
| AlterTierResponse |
alterTier (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Alters properties of an existing tier to facilitate resource management.
|
| |
| AlterTierResponse & |
alterTier (const std::string \&name, const std::map\< std::string, std::string > \&options, AlterTierResponse \&response\_) const |
| |
Alters properties of an existing tier to facilitate resource management.
|
| |
| AlterUserResponse |
alterUser (const AlterUserRequest \&request\_) const |
| |
Alters a user.
|
| |
| AlterUserResponse & |
alterUser (const AlterUserRequest \&request\_, AlterUserResponse \&response\_) const |
| |
Alters a user.
|
| |
| AlterUserResponse |
alterUser (const std::string \&name, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options) const |
| |
Alters a user.
|
| |
| AlterUserResponse & |
alterUser (const std::string \&name, const std::string \&action, const std::string \&value, const std::map\< std::string, std::string > \&options, AlterUserResponse \&response\_) const |
| |
Alters a user.
|
| |
| AlterVideoResponse |
alterVideo (const AlterVideoRequest \&request\_) const |
| |
Alters a video.
|
| |
| AlterVideoResponse & |
alterVideo (const AlterVideoRequest \&request\_, AlterVideoResponse \&response\_) const |
| |
Alters a video.
|
| |
| AlterVideoResponse |
alterVideo (const std::string \&path, const std::map\< std::string, std::string > \&options) const |
| |
Alters a video.
|
| |
| AlterVideoResponse & |
alterVideo (const std::string \&path, const std::map\< std::string, std::string > \&options, AlterVideoResponse \&response\_) const |
| |
Alters a video.
|
| |
| AlterWalResponse |
alterWal (const AlterWalRequest \&request\_) const |
| |
Alters table write-ahead log (WAL) settings.
|
| |
| AlterWalResponse & |
alterWal (const AlterWalRequest \&request\_, AlterWalResponse \&response\_) const |
| |
Alters table write-ahead log (WAL) settings.
|
| |
| AlterWalResponse |
alterWal (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options) const |
| |
Alters table write-ahead log (WAL) settings.
|
| |
| AlterWalResponse & |
alterWal (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options, AlterWalResponse \&response\_) const |
| |
Alters table write-ahead log (WAL) settings.
|
| |
| AppendRecordsResponse |
appendRecords (const AppendRecordsRequest \&request\_) const |
| |
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
|
| |
| AppendRecordsResponse & |
appendRecords (const AppendRecordsRequest \&request\_, AppendRecordsResponse \&response\_) const |
| |
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
|
| |
| AppendRecordsResponse |
appendRecords (const std::string \&tableName, const std::string \&sourceTableName, const std::map\< std::string, std::string > \&fieldMap, const std::map\< std::string, std::string > \&options) const |
| |
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
|
| |
| AppendRecordsResponse & |
appendRecords (const std::string \&tableName, const std::string \&sourceTableName, const std::map\< std::string, std::string > \&fieldMap, const std::map\< std::string, std::string > \&options, AppendRecordsResponse \&response\_) const |
| |
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
|
| |
| CheckTableResponse |
checkTable (const CheckTableRequest \&request\_) const |
| |
Scans the requested tables as specified in tableNames for integrity.
|
| |
| CheckTableResponse & |
checkTable (const CheckTableRequest \&request\_, CheckTableResponse \&response\_) const |
| |
Scans the requested tables as specified in tableNames for integrity.
|
| |
| CheckTableResponse |
checkTable (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options) const |
| |
Scans the requested tables as specified in tableNames for integrity.
|
| |
| CheckTableResponse & |
checkTable (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options, CheckTableResponse \&response\_) const |
| |
Scans the requested tables as specified in tableNames for integrity.
|
| |
| ClearStatisticsResponse |
clearStatistics (const ClearStatisticsRequest \&request\_) const |
| |
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
|
| |
| ClearStatisticsResponse & |
clearStatistics (const ClearStatisticsRequest \&request\_, ClearStatisticsResponse \&response\_) const |
| |
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
|
| |
| ClearStatisticsResponse |
clearStatistics (const std::string \&tableName, const std::string \&columnName, const std::map\< std::string, std::string > \&options) const |
| |
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
|
| |
| ClearStatisticsResponse & |
clearStatistics (const std::string \&tableName, const std::string \&columnName, const std::map\< std::string, std::string > \&options, ClearStatisticsResponse \&response\_) const |
| |
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
|
| |
| ClearTableResponse |
clearTable (const ClearTableRequest \&request\_) const |
| |
Clears (drops) one or all tables in the database cluster.
|
| |
| ClearTableResponse & |
clearTable (const ClearTableRequest \&request\_, ClearTableResponse \&response\_) const |
| |
Clears (drops) one or all tables in the database cluster.
|
| |
| ClearTableResponse |
clearTable (const std::string \&tableName, const std::string \&authorization, const std::map\< std::string, std::string > \&options) const |
| |
Clears (drops) one or all tables in the database cluster.
|
| |
| ClearTableResponse & |
clearTable (const std::string \&tableName, const std::string \&authorization, const std::map\< std::string, std::string > \&options, ClearTableResponse \&response\_) const |
| |
Clears (drops) one or all tables in the database cluster.
|
| |
| ClearTableMonitorResponse |
clearTableMonitor (const ClearTableMonitorRequest \&request\_) const |
| |
Deactivates a table monitor previously created with createTableMonitor.
|
| |
| ClearTableMonitorResponse & |
clearTableMonitor (const ClearTableMonitorRequest \&request\_, ClearTableMonitorResponse \&response\_) const |
| |
Deactivates a table monitor previously created with createTableMonitor.
|
| |
| ClearTableMonitorResponse |
clearTableMonitor (const std::string \&topicId, const std::map\< std::string, std::string > \&options) const |
| |
Deactivates a table monitor previously created with createTableMonitor.
|
| |
| ClearTableMonitorResponse & |
clearTableMonitor (const std::string \&topicId, const std::map\< std::string, std::string > \&options, ClearTableMonitorResponse \&response\_) const |
| |
Deactivates a table monitor previously created with createTableMonitor.
|
| |
| ClearTablesResponse |
clearTables (const ClearTablesRequest \&request\_) const |
| |
Clears (drops) tables in the database cluster.
|
| |
| ClearTablesResponse & |
clearTables (const ClearTablesRequest \&request\_, ClearTablesResponse \&response\_) const |
| |
Clears (drops) tables in the database cluster.
|
| |
| ClearTablesResponse |
clearTables (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options) const |
| |
Clears (drops) tables in the database cluster.
|
| |
| ClearTablesResponse & |
clearTables (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options, ClearTablesResponse \&response\_) const |
| |
Clears (drops) tables in the database cluster.
|
| |
| ClearTriggerResponse |
clearTrigger (const ClearTriggerRequest \&request\_) const |
| |
Clears or cancels the trigger identified by the specified handle.
|
| |
| ClearTriggerResponse & |
clearTrigger (const ClearTriggerRequest \&request\_, ClearTriggerResponse \&response\_) const |
| |
Clears or cancels the trigger identified by the specified handle.
|
| |
| ClearTriggerResponse |
clearTrigger (const std::string \&triggerId, const std::map\< std::string, std::string > \&options) const |
| |
Clears or cancels the trigger identified by the specified handle.
|
| |
| ClearTriggerResponse & |
clearTrigger (const std::string \&triggerId, const std::map\< std::string, std::string > \&options, ClearTriggerResponse \&response\_) const |
| |
Clears or cancels the trigger identified by the specified handle.
|
| |
| CollectStatisticsResponse |
collectStatistics (const CollectStatisticsRequest \&request\_) const |
| |
Collect statistics for a column(s) in a specified table.
|
| |
| CollectStatisticsResponse & |
collectStatistics (const CollectStatisticsRequest \&request\_, CollectStatisticsResponse \&response\_) const |
| |
Collect statistics for a column(s) in a specified table.
|
| |
| CollectStatisticsResponse |
collectStatistics (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const std::map\< std::string, std::string > \&options) const |
| |
Collect statistics for a column(s) in a specified table.
|
| |
| CollectStatisticsResponse & |
collectStatistics (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const std::map\< std::string, std::string > \&options, CollectStatisticsResponse \&response\_) const |
| |
Collect statistics for a column(s) in a specified table.
|
| |
| CreateBackupResponse |
createBackup (const CreateBackupRequest \&request\_) const |
| |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasinkName.
|
| |
| CreateBackupResponse & |
createBackup (const CreateBackupRequest \&request\_, CreateBackupResponse \&response\_) const |
| |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasinkName.
|
| |
| CreateBackupResponse |
createBackup (const std::string \&backupName, const std::string \&backupType, const std::map\< std::string, std::string > \&backupObjectsMap, const std::string \&datasinkName, const std::map\< std::string, std::string > \&options) const |
| |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasinkName.
|
| |
| CreateBackupResponse & |
createBackup (const std::string \&backupName, const std::string \&backupType, const std::map\< std::string, std::string > \&backupObjectsMap, const std::string \&datasinkName, const std::map\< std::string, std::string > \&options, CreateBackupResponse \&response\_) const |
| |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasinkName.
|
| |
| CreateCatalogResponse |
createCatalog (const CreateCatalogRequest \&request\_) const |
| |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
|
| |
| CreateCatalogResponse & |
createCatalog (const CreateCatalogRequest \&request\_, CreateCatalogResponse \&response\_) const |
| |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
|
| |
| CreateCatalogResponse |
createCatalog (const std::string \&name, const std::string \&tableFormat, const std::string \&location, const std::string \&type, const std::string \&credential, const std::string \&datasource, const std::map\< std::string, std::string > \&options) const |
| |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
|
| |
| CreateCatalogResponse & |
createCatalog (const std::string \&name, const std::string \&tableFormat, const std::string \&location, const std::string \&type, const std::string \&credential, const std::string \&datasource, const std::map\< std::string, std::string > \&options, CreateCatalogResponse \&response\_) const |
| |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
|
| |
| CreateCredentialResponse |
createCredential (const CreateCredentialRequest \&request\_) const |
| |
Create a new credential.
|
| |
| CreateCredentialResponse & |
createCredential (const CreateCredentialRequest \&request\_, CreateCredentialResponse \&response\_) const |
| |
Create a new credential.
|
| |
| CreateCredentialResponse |
createCredential (const std::string \&credentialName, const std::string \&type, const std::string \&identity, const std::string \&secret, const std::map\< std::string, std::string > \&options) const |
| |
Create a new credential.
|
| |
| CreateCredentialResponse & |
createCredential (const std::string \&credentialName, const std::string \&type, const std::string \&identity, const std::string \&secret, const std::map\< std::string, std::string > \&options, CreateCredentialResponse \&response\_) const |
| |
Create a new credential.
|
| |
| CreateDatasinkResponse |
createDatasink (const CreateDatasinkRequest \&request\_) const |
| |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
|
| |
| CreateDatasinkResponse & |
createDatasink (const CreateDatasinkRequest \&request\_, CreateDatasinkResponse \&response\_) const |
| |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
|
| |
| CreateDatasinkResponse |
createDatasink (const std::string \&name, const std::string \&destination, const std::map\< std::string, std::string > \&options) const |
| |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
|
| |
| CreateDatasinkResponse & |
createDatasink (const std::string \&name, const std::string \&destination, const std::map\< std::string, std::string > \&options, CreateDatasinkResponse \&response\_) const |
| |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
|
| |
| CreateDatasourceResponse |
createDatasource (const CreateDatasourceRequest \&request\_) const |
| |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
|
| |
| CreateDatasourceResponse & |
createDatasource (const CreateDatasourceRequest \&request\_, CreateDatasourceResponse \&response\_) const |
| |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
|
| |
| CreateDatasourceResponse |
createDatasource (const std::string \&name, const std::string \&location, const std::string \&userName, const std::string \&password, const std::map\< std::string, std::string > \&options) const |
| |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
|
| |
| CreateDatasourceResponse & |
createDatasource (const std::string \&name, const std::string \&location, const std::string \&userName, const std::string \&password, const std::map\< std::string, std::string > \&options, CreateDatasourceResponse \&response\_) const |
| |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
|
| |
| CreateDirectoryResponse |
createDirectory (const CreateDirectoryRequest \&request\_) const |
| |
Creates a new directory in KiFS.
|
| |
| CreateDirectoryResponse & |
createDirectory (const CreateDirectoryRequest \&request\_, CreateDirectoryResponse \&response\_) const |
| |
Creates a new directory in KiFS.
|
| |
| CreateDirectoryResponse |
createDirectory (const std::string \&directoryName, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new directory in KiFS.
|
| |
| CreateDirectoryResponse & |
createDirectory (const std::string \&directoryName, const std::map\< std::string, std::string > \&options, CreateDirectoryResponse \&response\_) const |
| |
Creates a new directory in KiFS.
|
| |
| CreateEnvironmentResponse |
createEnvironment (const CreateEnvironmentRequest \&request\_) const |
| |
Creates a new environment which can be used by user-defined functions (UDF).
|
| |
| CreateEnvironmentResponse & |
createEnvironment (const CreateEnvironmentRequest \&request\_, CreateEnvironmentResponse \&response\_) const |
| |
Creates a new environment which can be used by user-defined functions (UDF).
|
| |
| CreateEnvironmentResponse |
createEnvironment (const std::string \&environmentName, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new environment which can be used by user-defined functions (UDF).
|
| |
| CreateEnvironmentResponse & |
createEnvironment (const std::string \&environmentName, const std::map\< std::string, std::string > \&options, CreateEnvironmentResponse \&response\_) const |
| |
Creates a new environment which can be used by user-defined functions (UDF).
|
| |
| CreateGraphResponse |
createGraph (const CreateGraphRequest \&request\_) const |
| |
Creates a new graph network using given nodes, edges, weights, and restrictions.
|
| |
| CreateGraphResponse & |
createGraph (const CreateGraphRequest \&request\_, CreateGraphResponse \&response\_) const |
| |
Creates a new graph network using given nodes, edges, weights, and restrictions.
|
| |
| CreateGraphResponse |
createGraph (const std::string \&graphName, const bool directedGraph, const std::vector\< std::string > \&nodes, const std::vector\< std::string > \&edges, const std::vector\< std::string > \&weights, const std::vector\< std::string > \&restrictions, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new graph network using given nodes, edges, weights, and restrictions.
|
| |
| CreateGraphResponse & |
createGraph (const std::string \&graphName, const bool directedGraph, const std::vector\< std::string > \&nodes, const std::vector\< std::string > \&edges, const std::vector\< std::string > \&weights, const std::vector\< std::string > \&restrictions, const std::map\< std::string, std::string > \&options, CreateGraphResponse \&response\_) const |
| |
Creates a new graph network using given nodes, edges, weights, and restrictions.
|
| |
| CreateJobResponse |
createJob (const CreateJobRequest \&request\_) const |
| |
Create a job which will run asynchronously.
|
| |
| CreateJobResponse & |
createJob (const CreateJobRequest \&request\_, CreateJobResponse \&response\_) const |
| |
Create a job which will run asynchronously.
|
| |
| CreateJobResponse |
createJob (const std::string \&endpoint, const std::string \&requestEncoding, const std::vector\< uint8\_t > \&data, const std::string \&dataStr, const std::map\< std::string, std::string > \&options) const |
| |
Create a job which will run asynchronously.
|
| |
| CreateJobResponse & |
createJob (const std::string \&endpoint, const std::string \&requestEncoding, const std::vector\< uint8\_t > \&data, const std::string \&dataStr, const std::map\< std::string, std::string > \&options, CreateJobResponse \&response\_) const |
| |
Create a job which will run asynchronously.
|
| |
| CreateJoinTableResponse |
createJoinTable (const CreateJoinTableRequest \&request\_) const |
| |
Creates a table that is the result of a SQL JOIN.
|
| |
| CreateJoinTableResponse & |
createJoinTable (const CreateJoinTableRequest \&request\_, CreateJoinTableResponse \&response\_) const |
| |
Creates a table that is the result of a SQL JOIN.
|
| |
| CreateJoinTableResponse |
createJoinTable (const std::string \&joinTableName, const std::vector\< std::string > \&tableNames, const std::vector\< std::string > \&columnNames, const std::vector\< std::string > \&expressions, const std::map\< std::string, std::string > \&options) const |
| |
Creates a table that is the result of a SQL JOIN.
|
| |
| CreateJoinTableResponse & |
createJoinTable (const std::string \&joinTableName, const std::vector\< std::string > \&tableNames, const std::vector\< std::string > \&columnNames, const std::vector\< std::string > \&expressions, const std::map\< std::string, std::string > \&options, CreateJoinTableResponse \&response\_) const |
| |
Creates a table that is the result of a SQL JOIN.
|
| |
| CreateMaterializedViewResponse |
createMaterializedView (const CreateMaterializedViewRequest \&request\_) const |
| |
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
|
| |
| CreateMaterializedViewResponse & |
createMaterializedView (const CreateMaterializedViewRequest \&request\_, CreateMaterializedViewResponse \&response\_) const |
| |
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
|
| |
| CreateMaterializedViewResponse |
createMaterializedView (const std::string \&tableName, const std::map\< std::string, std::string > \&options) const |
| |
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
|
| |
| CreateMaterializedViewResponse & |
createMaterializedView (const std::string \&tableName, const std::map\< std::string, std::string > \&options, CreateMaterializedViewResponse \&response\_) const |
| |
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
|
| |
| CreateProcResponse |
createProc (const CreateProcRequest \&request\_) const |
| |
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
|
| |
| CreateProcResponse & |
createProc (const CreateProcRequest \&request\_, CreateProcResponse \&response\_) const |
| |
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
|
| |
| CreateProcResponse |
createProc (const std::string \&procName, const std::string \&executionMode, const std::map\< std::string, std::vector\< uint8\_t > > \&files, const std::string \&command, const std::vector\< std::string > \&args, const std::map\< std::string, std::string > \&options) const |
| |
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
|
| |
| CreateProcResponse & |
createProc (const std::string \&procName, const std::string \&executionMode, const std::map\< std::string, std::vector\< uint8\_t > > \&files, const std::string \&command, const std::vector\< std::string > \&args, const std::map\< std::string, std::string > \&options, CreateProcResponse \&response\_) const |
| |
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
|
| |
| CreateProjectionResponse |
createProjection (const CreateProjectionRequest \&request\_) const |
| |
Creates a new projection of an existing table.
|
| |
| CreateProjectionResponse & |
createProjection (const CreateProjectionRequest \&request\_, CreateProjectionResponse \&response\_) const |
| |
Creates a new projection of an existing table.
|
| |
| CreateProjectionResponse |
createProjection (const std::string \&tableName, const std::string \&projectionName, const std::vector\< std::string > \&columnNames, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new projection of an existing table.
|
| |
| CreateProjectionResponse & |
createProjection (const std::string \&tableName, const std::string \&projectionName, const std::vector\< std::string > \&columnNames, const std::map\< std::string, std::string > \&options, CreateProjectionResponse \&response\_) const |
| |
Creates a new projection of an existing table.
|
| |
| CreateResourceGroupResponse |
createResourceGroup (const CreateResourceGroupRequest \&request\_) const |
| |
Creates a new resource group to facilitate resource management.
|
| |
| CreateResourceGroupResponse & |
createResourceGroup (const CreateResourceGroupRequest \&request\_, CreateResourceGroupResponse \&response\_) const |
| |
Creates a new resource group to facilitate resource management.
|
| |
| CreateResourceGroupResponse |
createResourceGroup (const std::string \&name, const std::map\< std::string, std::map\< std::string, std::string > > \&tierAttributes, const std::string \&ranking, const std::string \&adjoiningResourceGroup, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new resource group to facilitate resource management.
|
| |
| CreateResourceGroupResponse & |
createResourceGroup (const std::string \&name, const std::map\< std::string, std::map\< std::string, std::string > > \&tierAttributes, const std::string \&ranking, const std::string \&adjoiningResourceGroup, const std::map\< std::string, std::string > \&options, CreateResourceGroupResponse \&response\_) const |
| |
Creates a new resource group to facilitate resource management.
|
| |
| CreateRoleResponse |
createRole (const CreateRoleRequest \&request\_) const |
| |
Creates a new role.
|
| |
| CreateRoleResponse & |
createRole (const CreateRoleRequest \&request\_, CreateRoleResponse \&response\_) const |
| |
Creates a new role.
|
| |
| CreateRoleResponse |
createRole (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new role.
|
| |
| CreateRoleResponse & |
createRole (const std::string \&name, const std::map\< std::string, std::string > \&options, CreateRoleResponse \&response\_) const |
| |
Creates a new role.
|
| |
| CreateSchemaResponse |
createSchema (const CreateSchemaRequest \&request\_) const |
| |
Creates a SQL-style schema.
|
| |
| CreateSchemaResponse & |
createSchema (const CreateSchemaRequest \&request\_, CreateSchemaResponse \&response\_) const |
| |
Creates a SQL-style schema.
|
| |
| CreateSchemaResponse |
createSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options) const |
| |
Creates a SQL-style schema.
|
| |
| CreateSchemaResponse & |
createSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options, CreateSchemaResponse \&response\_) const |
| |
Creates a SQL-style schema.
|
| |
| CreateTableResponse |
createTable (const CreateTableRequest \&request\_) const |
| |
Creates a new table with the given type (definition of columns).
|
| |
| CreateTableResponse & |
createTable (const CreateTableRequest \&request\_, CreateTableResponse \&response\_) const |
| |
Creates a new table with the given type (definition of columns).
|
| |
| CreateTableResponse |
createTable (const std::string \&tableName, const std::string \&typeId, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new table with the given type (definition of columns).
|
| |
| CreateTableResponse & |
createTable (const std::string \&tableName, const std::string \&typeId, const std::map\< std::string, std::string > \&options, CreateTableResponse \&response\_) const |
| |
Creates a new table with the given type (definition of columns).
|
| |
| CreateTableExternalResponse |
createTableExternal (const CreateTableExternalRequest \&request\_) const |
| |
Creates a new external table, which is a local database object whose source data is located externally to the database.
|
| |
| CreateTableExternalResponse & |
createTableExternal (const CreateTableExternalRequest \&request\_, CreateTableExternalResponse \&response\_) const |
| |
Creates a new external table, which is a local database object whose source data is located externally to the database.
|
| |
| CreateTableExternalResponse |
createTableExternal (const std::string \&tableName, const std::vector\< std::string > \&filepaths, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new external table, which is a local database object whose source data is located externally to the database.
|
| |
| CreateTableExternalResponse & |
createTableExternal (const std::string \&tableName, const std::vector\< std::string > \&filepaths, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options, CreateTableExternalResponse \&response\_) const |
| |
Creates a new external table, which is a local database object whose source data is located externally to the database.
|
| |
| CreateTableMonitorResponse |
createTableMonitor (const CreateTableMonitorRequest \&request\_) const |
| |
Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by tableName) and forwards event notifications to subscribers via ZMQ.
|
| |
| CreateTableMonitorResponse & |
createTableMonitor (const CreateTableMonitorRequest \&request\_, CreateTableMonitorResponse \&response\_) const |
| |
Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by tableName) and forwards event notifications to subscribers via ZMQ.
|
| |
| CreateTableMonitorResponse |
createTableMonitor (const std::string \&tableName, const std::map\< std::string, std::string > \&options) const |
| |
Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by tableName) and forwards event notifications to subscribers via ZMQ.
|
| |
| CreateTableMonitorResponse & |
createTableMonitor (const std::string \&tableName, const std::map\< std::string, std::string > \&options, CreateTableMonitorResponse \&response\_) const |
| |
Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by tableName) and forwards event notifications to subscribers via ZMQ.
|
| |
| CreateTriggerByAreaResponse |
createTriggerByArea (const CreateTriggerByAreaRequest \&request\_) const |
| |
Sets up an area trigger mechanism for two column\_names for one or more tables.
|
| |
| CreateTriggerByAreaResponse & |
createTriggerByArea (const CreateTriggerByAreaRequest \&request\_, CreateTriggerByAreaResponse \&response\_) const |
| |
Sets up an area trigger mechanism for two column\_names for one or more tables.
|
| |
| CreateTriggerByAreaResponse |
createTriggerByArea (const std::string \&requestId, const std::vector\< std::string > \&tableNames, const std::string \&xColumnName, const std::vector\< double > \&xVector, const std::string \&yColumnName, const std::vector\< double > \&yVector, const std::map\< std::string, std::string > \&options) const |
| |
Sets up an area trigger mechanism for two column\_names for one or more tables.
|
| |
| CreateTriggerByAreaResponse & |
createTriggerByArea (const std::string \&requestId, const std::vector\< std::string > \&tableNames, const std::string \&xColumnName, const std::vector\< double > \&xVector, const std::string \&yColumnName, const std::vector\< double > \&yVector, const std::map\< std::string, std::string > \&options, CreateTriggerByAreaResponse \&response\_) const |
| |
Sets up an area trigger mechanism for two column\_names for one or more tables.
|
| |
| CreateTriggerByRangeResponse |
createTriggerByRange (const CreateTriggerByRangeRequest \&request\_) const |
| |
Sets up a simple range trigger for a column\_name for one or more tables.
|
| |
| CreateTriggerByRangeResponse & |
createTriggerByRange (const CreateTriggerByRangeRequest \&request\_, CreateTriggerByRangeResponse \&response\_) const |
| |
Sets up a simple range trigger for a column\_name for one or more tables.
|
| |
| CreateTriggerByRangeResponse |
createTriggerByRange (const std::string \&requestId, const std::vector\< std::string > \&tableNames, const std::string \&columnName, const double min, const double max, const std::map\< std::string, std::string > \&options) const |
| |
Sets up a simple range trigger for a column\_name for one or more tables.
|
| |
| CreateTriggerByRangeResponse & |
createTriggerByRange (const std::string \&requestId, const std::vector\< std::string > \&tableNames, const std::string \&columnName, const double min, const double max, const std::map\< std::string, std::string > \&options, CreateTriggerByRangeResponse \&response\_) const |
| |
Sets up a simple range trigger for a column\_name for one or more tables.
|
| |
| CreateTypeResponse |
createType (const CreateTypeRequest \&request\_) const |
| |
Creates a new type describing the columns of a table.
|
| |
| CreateTypeResponse & |
createType (const CreateTypeRequest \&request\_, CreateTypeResponse \&response\_) const |
| |
Creates a new type describing the columns of a table.
|
| |
| CreateTypeResponse |
createType (const std::string \&typeDefinition, const std::string \&label, const std::map\< std::string, std::vector\< std::string > > \&properties, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new type describing the columns of a table.
|
| |
| CreateTypeResponse & |
createType (const std::string \&typeDefinition, const std::string \&label, const std::map\< std::string, std::vector\< std::string > > \&properties, const std::map\< std::string, std::string > \&options, CreateTypeResponse \&response\_) const |
| |
Creates a new type describing the columns of a table.
|
| |
| CreateUnionResponse |
createUnion (const CreateUnionRequest \&request\_) const |
| |
Merges data from one or more tables with comparable data types into a new table.
|
| |
| CreateUnionResponse & |
createUnion (const CreateUnionRequest \&request\_, CreateUnionResponse \&response\_) const |
| |
Merges data from one or more tables with comparable data types into a new table.
|
| |
| CreateUnionResponse |
createUnion (const std::string \&tableName, const std::vector\< std::string > \&tableNames, const std::vector\< std::vector\< std::string > > \&inputColumnNames, const std::vector\< std::string > \&outputColumnNames, const std::map\< std::string, std::string > \&options) const |
| |
Merges data from one or more tables with comparable data types into a new table.
|
| |
| CreateUnionResponse & |
createUnion (const std::string \&tableName, const std::vector\< std::string > \&tableNames, const std::vector\< std::vector\< std::string > > \&inputColumnNames, const std::vector\< std::string > \&outputColumnNames, const std::map\< std::string, std::string > \&options, CreateUnionResponse \&response\_) const |
| |
Merges data from one or more tables with comparable data types into a new table.
|
| |
| CreateUserExternalResponse |
createUserExternal (const CreateUserExternalRequest \&request\_) const |
| |
Creates a new external user (a user whose credentials are managed by an external LDAP).
|
| |
| CreateUserExternalResponse & |
createUserExternal (const CreateUserExternalRequest \&request\_, CreateUserExternalResponse \&response\_) const |
| |
Creates a new external user (a user whose credentials are managed by an external LDAP).
|
| |
| CreateUserExternalResponse |
createUserExternal (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new external user (a user whose credentials are managed by an external LDAP).
|
| |
| CreateUserExternalResponse & |
createUserExternal (const std::string \&name, const std::map\< std::string, std::string > \&options, CreateUserExternalResponse \&response\_) const |
| |
Creates a new external user (a user whose credentials are managed by an external LDAP).
|
| |
| CreateUserInternalResponse |
createUserInternal (const CreateUserInternalRequest \&request\_) const |
| |
Creates a new internal user (a user whose credentials are managed by the database system).
|
| |
| CreateUserInternalResponse & |
createUserInternal (const CreateUserInternalRequest \&request\_, CreateUserInternalResponse \&response\_) const |
| |
Creates a new internal user (a user whose credentials are managed by the database system).
|
| |
| CreateUserInternalResponse |
createUserInternal (const std::string \&name, const std::string \&password, const std::map\< std::string, std::string > \&options) const |
| |
Creates a new internal user (a user whose credentials are managed by the database system).
|
| |
| CreateUserInternalResponse & |
createUserInternal (const std::string \&name, const std::string \&password, const std::map\< std::string, std::string > \&options, CreateUserInternalResponse \&response\_) const |
| |
Creates a new internal user (a user whose credentials are managed by the database system).
|
| |
| CreateVideoResponse |
createVideo (const CreateVideoRequest \&request\_) const |
| |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
|
| |
| CreateVideoResponse & |
createVideo (const CreateVideoRequest \&request\_, CreateVideoResponse \&response\_) const |
| |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
|
| |
| CreateVideoResponse |
createVideo (const std::string \&attribute, const std::string \&begin, const double durationSeconds, const std::string \&end, const double framesPerSecond, const std::string \&style, const std::string \&path, const std::string \&styleParameters, const std::map\< std::string, std::string > \&options) const |
| |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
|
| |
| CreateVideoResponse & |
createVideo (const std::string \&attribute, const std::string \&begin, const double durationSeconds, const std::string \&end, const double framesPerSecond, const std::string \&style, const std::string \&path, const std::string \&styleParameters, const std::map\< std::string, std::string > \&options, CreateVideoResponse \&response\_) const |
| |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
|
| |
| DeleteDirectoryResponse |
deleteDirectory (const DeleteDirectoryRequest \&request\_) const |
| |
Deletes a directory from KiFS.
|
| |
| DeleteDirectoryResponse & |
deleteDirectory (const DeleteDirectoryRequest \&request\_, DeleteDirectoryResponse \&response\_) const |
| |
Deletes a directory from KiFS.
|
| |
| DeleteDirectoryResponse |
deleteDirectory (const std::string \&directoryName, const std::map\< std::string, std::string > \&options) const |
| |
Deletes a directory from KiFS.
|
| |
| DeleteDirectoryResponse & |
deleteDirectory (const std::string \&directoryName, const std::map\< std::string, std::string > \&options, DeleteDirectoryResponse \&response\_) const |
| |
Deletes a directory from KiFS.
|
| |
| DeleteFilesResponse |
deleteFiles (const DeleteFilesRequest \&request\_) const |
| |
Deletes one or more files from KiFS.
|
| |
| DeleteFilesResponse & |
deleteFiles (const DeleteFilesRequest \&request\_, DeleteFilesResponse \&response\_) const |
| |
Deletes one or more files from KiFS.
|
| |
| DeleteFilesResponse |
deleteFiles (const std::vector\< std::string > \&fileNames, const std::map\< std::string, std::string > \&options) const |
| |
Deletes one or more files from KiFS.
|
| |
| DeleteFilesResponse & |
deleteFiles (const std::vector\< std::string > \&fileNames, const std::map\< std::string, std::string > \&options, DeleteFilesResponse \&response\_) const |
| |
Deletes one or more files from KiFS.
|
| |
| DeleteGraphResponse |
deleteGraph (const DeleteGraphRequest \&request\_) const |
| |
Deletes an existing graph from the graph server and/or persist.
|
| |
| DeleteGraphResponse & |
deleteGraph (const DeleteGraphRequest \&request\_, DeleteGraphResponse \&response\_) const |
| |
Deletes an existing graph from the graph server and/or persist.
|
| |
| DeleteGraphResponse |
deleteGraph (const std::string \&graphName, const std::map\< std::string, std::string > \&options) const |
| |
Deletes an existing graph from the graph server and/or persist.
|
| |
| DeleteGraphResponse & |
deleteGraph (const std::string \&graphName, const std::map\< std::string, std::string > \&options, DeleteGraphResponse \&response\_) const |
| |
Deletes an existing graph from the graph server and/or persist.
|
| |
| DeleteProcResponse |
deleteProc (const DeleteProcRequest \&request\_) const |
| |
Deletes a proc.
|
| |
| DeleteProcResponse & |
deleteProc (const DeleteProcRequest \&request\_, DeleteProcResponse \&response\_) const |
| |
Deletes a proc.
|
| |
| DeleteProcResponse |
deleteProc (const std::string \&procName, const std::map\< std::string, std::string > \&options) const |
| |
Deletes a proc.
|
| |
| DeleteProcResponse & |
deleteProc (const std::string \&procName, const std::map\< std::string, std::string > \&options, DeleteProcResponse \&response\_) const |
| |
Deletes a proc.
|
| |
| DeleteRecordsResponse |
deleteRecords (const DeleteRecordsRequest \&request\_) const |
| |
Deletes record(s) matching the provided criteria from the given table.
|
| |
| DeleteRecordsResponse & |
deleteRecords (const DeleteRecordsRequest \&request\_, DeleteRecordsResponse \&response\_) const |
| |
Deletes record(s) matching the provided criteria from the given table.
|
| |
| DeleteRecordsResponse |
deleteRecords (const std::string \&tableName, const std::vector\< std::string > \&expressions, const std::map\< std::string, std::string > \&options) const |
| |
Deletes record(s) matching the provided criteria from the given table.
|
| |
| DeleteRecordsResponse & |
deleteRecords (const std::string \&tableName, const std::vector\< std::string > \&expressions, const std::map\< std::string, std::string > \&options, DeleteRecordsResponse \&response\_) const |
| |
Deletes record(s) matching the provided criteria from the given table.
|
| |
| DeleteResourceGroupResponse |
deleteResourceGroup (const DeleteResourceGroupRequest \&request\_) const |
| |
Deletes a resource group.
|
| |
| DeleteResourceGroupResponse & |
deleteResourceGroup (const DeleteResourceGroupRequest \&request\_, DeleteResourceGroupResponse \&response\_) const |
| |
Deletes a resource group.
|
| |
| DeleteResourceGroupResponse |
deleteResourceGroup (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Deletes a resource group.
|
| |
| DeleteResourceGroupResponse & |
deleteResourceGroup (const std::string \&name, const std::map\< std::string, std::string > \&options, DeleteResourceGroupResponse \&response\_) const |
| |
Deletes a resource group.
|
| |
| DeleteRoleResponse |
deleteRole (const DeleteRoleRequest \&request\_) const |
| |
Deletes an existing role.
|
| |
| DeleteRoleResponse & |
deleteRole (const DeleteRoleRequest \&request\_, DeleteRoleResponse \&response\_) const |
| |
Deletes an existing role.
|
| |
| DeleteRoleResponse |
deleteRole (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Deletes an existing role.
|
| |
| DeleteRoleResponse & |
deleteRole (const std::string \&name, const std::map\< std::string, std::string > \&options, DeleteRoleResponse \&response\_) const |
| |
Deletes an existing role.
|
| |
| DeleteUserResponse |
deleteUser (const DeleteUserRequest \&request\_) const |
| |
Deletes an existing user.
|
| |
| DeleteUserResponse & |
deleteUser (const DeleteUserRequest \&request\_, DeleteUserResponse \&response\_) const |
| |
Deletes an existing user.
|
| |
| DeleteUserResponse |
deleteUser (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Deletes an existing user.
|
| |
| DeleteUserResponse & |
deleteUser (const std::string \&name, const std::map\< std::string, std::string > \&options, DeleteUserResponse \&response\_) const |
| |
Deletes an existing user.
|
| |
| DownloadFilesResponse |
downloadFiles (const DownloadFilesRequest \&request\_) const |
| |
Downloads one or more files from KiFS.
|
| |
| DownloadFilesResponse & |
downloadFiles (const DownloadFilesRequest \&request\_, DownloadFilesResponse \&response\_) const |
| |
Downloads one or more files from KiFS.
|
| |
| DownloadFilesResponse |
downloadFiles (const std::vector\< std::string > \&fileNames, const std::vector\< int64\_t > \&readOffsets, const std::vector\< int64\_t > \&readLengths, const std::map\< std::string, std::string > \&options) const |
| |
Downloads one or more files from KiFS.
|
| |
| DownloadFilesResponse & |
downloadFiles (const std::vector\< std::string > \&fileNames, const std::vector\< int64\_t > \&readOffsets, const std::vector\< int64\_t > \&readLengths, const std::map\< std::string, std::string > \&options, DownloadFilesResponse \&response\_) const |
| |
Downloads one or more files from KiFS.
|
| |
| DropBackupResponse |
dropBackup (const DropBackupRequest \&request\_) const |
| |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasinkName.
|
| |
| DropBackupResponse & |
dropBackup (const DropBackupRequest \&request\_, DropBackupResponse \&response\_) const |
| |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasinkName.
|
| |
| DropBackupResponse |
dropBackup (const std::string \&backupName, const std::string \&datasinkName, const std::map\< std::string, std::string > \&options) const |
| |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasinkName.
|
| |
| DropBackupResponse & |
dropBackup (const std::string \&backupName, const std::string \&datasinkName, const std::map\< std::string, std::string > \&options, DropBackupResponse \&response\_) const |
| |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasinkName.
|
| |
| DropCatalogResponse |
dropCatalog (const DropCatalogRequest \&request\_) const |
| |
Drops an existing catalog.
|
| |
| DropCatalogResponse & |
dropCatalog (const DropCatalogRequest \&request\_, DropCatalogResponse \&response\_) const |
| |
Drops an existing catalog.
|
| |
| DropCatalogResponse |
dropCatalog (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Drops an existing catalog.
|
| |
| DropCatalogResponse & |
dropCatalog (const std::string \&name, const std::map\< std::string, std::string > \&options, DropCatalogResponse \&response\_) const |
| |
Drops an existing catalog.
|
| |
| DropCredentialResponse |
dropCredential (const DropCredentialRequest \&request\_) const |
| |
Drop an existing credential.
|
| |
| DropCredentialResponse & |
dropCredential (const DropCredentialRequest \&request\_, DropCredentialResponse \&response\_) const |
| |
Drop an existing credential.
|
| |
| DropCredentialResponse |
dropCredential (const std::string \&credentialName, const std::map\< std::string, std::string > \&options) const |
| |
Drop an existing credential.
|
| |
| DropCredentialResponse & |
dropCredential (const std::string \&credentialName, const std::map\< std::string, std::string > \&options, DropCredentialResponse \&response\_) const |
| |
Drop an existing credential.
|
| |
| DropDatasinkResponse |
dropDatasink (const DropDatasinkRequest \&request\_) const |
| |
Drops an existing data sink.
|
| |
| DropDatasinkResponse & |
dropDatasink (const DropDatasinkRequest \&request\_, DropDatasinkResponse \&response\_) const |
| |
Drops an existing data sink.
|
| |
| DropDatasinkResponse |
dropDatasink (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Drops an existing data sink.
|
| |
| DropDatasinkResponse & |
dropDatasink (const std::string \&name, const std::map\< std::string, std::string > \&options, DropDatasinkResponse \&response\_) const |
| |
Drops an existing data sink.
|
| |
| DropDatasourceResponse |
dropDatasource (const DropDatasourceRequest \&request\_) const |
| |
Drops an existing data source.
|
| |
| DropDatasourceResponse & |
dropDatasource (const DropDatasourceRequest \&request\_, DropDatasourceResponse \&response\_) const |
| |
Drops an existing data source.
|
| |
| DropDatasourceResponse |
dropDatasource (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Drops an existing data source.
|
| |
| DropDatasourceResponse & |
dropDatasource (const std::string \&name, const std::map\< std::string, std::string > \&options, DropDatasourceResponse \&response\_) const |
| |
Drops an existing data source.
|
| |
| DropEnvironmentResponse |
dropEnvironment (const DropEnvironmentRequest \&request\_) const |
| |
Drop an existing user-defined function (UDF) environment.
|
| |
| DropEnvironmentResponse & |
dropEnvironment (const DropEnvironmentRequest \&request\_, DropEnvironmentResponse \&response\_) const |
| |
Drop an existing user-defined function (UDF) environment.
|
| |
| DropEnvironmentResponse |
dropEnvironment (const std::string \&environmentName, const std::map\< std::string, std::string > \&options) const |
| |
Drop an existing user-defined function (UDF) environment.
|
| |
| DropEnvironmentResponse & |
dropEnvironment (const std::string \&environmentName, const std::map\< std::string, std::string > \&options, DropEnvironmentResponse \&response\_) const |
| |
Drop an existing user-defined function (UDF) environment.
|
| |
| DropSchemaResponse |
dropSchema (const DropSchemaRequest \&request\_) const |
| |
Drops an existing SQL-style schema, specified in schemaName.
|
| |
| DropSchemaResponse & |
dropSchema (const DropSchemaRequest \&request\_, DropSchemaResponse \&response\_) const |
| |
Drops an existing SQL-style schema, specified in schemaName.
|
| |
| DropSchemaResponse |
dropSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options) const |
| |
Drops an existing SQL-style schema, specified in schemaName.
|
| |
| DropSchemaResponse & |
dropSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options, DropSchemaResponse \&response\_) const |
| |
Drops an existing SQL-style schema, specified in schemaName.
|
| |
| ExecuteProcResponse |
executeProc (const ExecuteProcRequest \&request\_) const |
| |
Executes a proc.
|
| |
| ExecuteProcResponse & |
executeProc (const ExecuteProcRequest \&request\_, ExecuteProcResponse \&response\_) const |
| |
Executes a proc.
|
| |
| ExecuteProcResponse |
executeProc (const std::string \&procName, const std::map\< std::string, std::string > \¶ms, const std::map\< std::string, std::vector\< uint8\_t > > \&binParams, const std::vector\< std::string > \&inputTableNames, const std::map\< std::string, std::vector\< std::string > > \&inputColumnNames, const std::vector\< std::string > \&outputTableNames, const std::map\< std::string, std::string > \&options) const |
| |
Executes a proc.
|
| |
| ExecuteProcResponse & |
executeProc (const std::string \&procName, const std::map\< std::string, std::string > \¶ms, const std::map\< std::string, std::vector\< uint8\_t > > \&binParams, const std::vector\< std::string > \&inputTableNames, const std::map\< std::string, std::vector\< std::string > > \&inputColumnNames, const std::vector\< std::string > \&outputTableNames, const std::map\< std::string, std::string > \&options, ExecuteProcResponse \&response\_) const |
| |
Executes a proc.
|
| |
| RawExecuteSqlResponse |
executeSqlRaw (const ExecuteSqlRequest \&request\_) const |
| |
Execute a SQL statement (query, DML, or DDL).
|
| |
| RawExecuteSqlResponse & |
executeSqlRaw (const ExecuteSqlRequest \&request\_, RawExecuteSqlResponse \&response\_) const |
| |
Execute a SQL statement (query, DML, or DDL).
|
| |
| ExecuteSqlResponse |
executeSql (const ExecuteSqlRequest \&request\_) const |
| |
Execute a SQL statement (query, DML, or DDL).
|
| |
| ExecuteSqlResponse & |
executeSql (const ExecuteSqlRequest \&request\_, ExecuteSqlResponse \&response\_) const |
| |
Execute a SQL statement (query, DML, or DDL).
|
| |
| ExecuteSqlResponse |
executeSql (const std::string \&statement, const int64\_t offset, const int64\_t limit, const std::string \&requestSchemaStr, const std::vector\< std::vector\< uint8\_t > > \&data, const std::map\< std::string, std::string > \&options) const |
| |
Execute a SQL statement (query, DML, or DDL).
|
| |
| ExecuteSqlResponse & |
executeSql (const std::string \&statement, const int64\_t offset, const int64\_t limit, const std::string \&requestSchemaStr, const std::vector\< std::vector\< uint8\_t > > \&data, const std::map\< std::string, std::string > \&options, ExecuteSqlResponse \&response\_) const |
| |
Execute a SQL statement (query, DML, or DDL).
|
| |
| ExportQueryMetricsResponse |
exportQueryMetrics (const ExportQueryMetricsRequest \&request\_) const |
| |
Export query metrics to a given destination.
|
| |
| ExportQueryMetricsResponse & |
exportQueryMetrics (const ExportQueryMetricsRequest \&request\_, ExportQueryMetricsResponse \&response\_) const |
| |
Export query metrics to a given destination.
|
| |
| ExportQueryMetricsResponse |
exportQueryMetrics (const std::map\< std::string, std::string > \&options) const |
| |
Export query metrics to a given destination.
|
| |
| ExportQueryMetricsResponse & |
exportQueryMetrics (const std::map\< std::string, std::string > \&options, ExportQueryMetricsResponse \&response\_) const |
| |
Export query metrics to a given destination.
|
| |
| ExportRecordsToFilesResponse |
exportRecordsToFiles (const ExportRecordsToFilesRequest \&request\_) const |
| |
Export records from a table to files.
|
| |
| ExportRecordsToFilesResponse & |
exportRecordsToFiles (const ExportRecordsToFilesRequest \&request\_, ExportRecordsToFilesResponse \&response\_) const |
| |
Export records from a table to files.
|
| |
| ExportRecordsToFilesResponse |
exportRecordsToFiles (const std::string \&tableName, const std::string \&filepath, const std::map\< std::string, std::string > \&options) const |
| |
Export records from a table to files.
|
| |
| ExportRecordsToFilesResponse & |
exportRecordsToFiles (const std::string \&tableName, const std::string \&filepath, const std::map\< std::string, std::string > \&options, ExportRecordsToFilesResponse \&response\_) const |
| |
Export records from a table to files.
|
| |
| ExportRecordsToTableResponse |
exportRecordsToTable (const ExportRecordsToTableRequest \&request\_) const |
| |
Exports records from source table to the specified target table in an external database.
|
| |
| ExportRecordsToTableResponse & |
exportRecordsToTable (const ExportRecordsToTableRequest \&request\_, ExportRecordsToTableResponse \&response\_) const |
| |
Exports records from source table to the specified target table in an external database.
|
| |
| ExportRecordsToTableResponse |
exportRecordsToTable (const std::string \&tableName, const std::string \&remoteQuery, const std::map\< std::string, std::string > \&options) const |
| |
Exports records from source table to the specified target table in an external database.
|
| |
| ExportRecordsToTableResponse & |
exportRecordsToTable (const std::string \&tableName, const std::string \&remoteQuery, const std::map\< std::string, std::string > \&options, ExportRecordsToTableResponse \&response\_) const |
| |
Exports records from source table to the specified target table in an external database.
|
| |
| FilterResponse |
filter (const FilterRequest \&request\_) const |
| |
Filters data based on the specified expression.
|
| |
| FilterResponse & |
filter (const FilterRequest \&request\_, FilterResponse \&response\_) const |
| |
Filters data based on the specified expression.
|
| |
| FilterResponse |
filter (const std::string \&tableName, const std::string \&viewName, const std::string \&expression, const std::map\< std::string, std::string > \&options) const |
| |
Filters data based on the specified expression.
|
| |
| FilterResponse & |
filter (const std::string \&tableName, const std::string \&viewName, const std::string \&expression, const std::map\< std::string, std::string > \&options, FilterResponse \&response\_) const |
| |
Filters data based on the specified expression.
|
| |
| FilterByAreaResponse |
filterByArea (const FilterByAreaRequest \&request\_) const |
| |
Calculates which objects from a table are within a named area of interest (NAI/polygon).
|
| |
| FilterByAreaResponse & |
filterByArea (const FilterByAreaRequest \&request\_, FilterByAreaResponse \&response\_) const |
| |
Calculates which objects from a table are within a named area of interest (NAI/polygon).
|
| |
| FilterByAreaResponse |
filterByArea (const std::string \&tableName, const std::string \&viewName, const std::string \&xColumnName, const std::vector\< double > \&xVector, const std::string \&yColumnName, const std::vector\< double > \&yVector, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which objects from a table are within a named area of interest (NAI/polygon).
|
| |
| FilterByAreaResponse & |
filterByArea (const std::string \&tableName, const std::string \&viewName, const std::string \&xColumnName, const std::vector\< double > \&xVector, const std::string \&yColumnName, const std::vector\< double > \&yVector, const std::map\< std::string, std::string > \&options, FilterByAreaResponse \&response\_) const |
| |
Calculates which objects from a table are within a named area of interest (NAI/polygon).
|
| |
| FilterByAreaGeometryResponse |
filterByAreaGeometry (const FilterByAreaGeometryRequest \&request\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
|
| |
| FilterByAreaGeometryResponse & |
filterByAreaGeometry (const FilterByAreaGeometryRequest \&request\_, FilterByAreaGeometryResponse \&response\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
|
| |
| FilterByAreaGeometryResponse |
filterByAreaGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const std::vector\< double > \&xVector, const std::vector\< double > \&yVector, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
|
| |
| FilterByAreaGeometryResponse & |
filterByAreaGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const std::vector\< double > \&xVector, const std::vector\< double > \&yVector, const std::map\< std::string, std::string > \&options, FilterByAreaGeometryResponse \&response\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
|
| |
| FilterByBoxResponse |
filterByBox (const FilterByBoxRequest \&request\_) const |
| |
Calculates how many objects within the given table lie in a rectangular box.
|
| |
| FilterByBoxResponse & |
filterByBox (const FilterByBoxRequest \&request\_, FilterByBoxResponse \&response\_) const |
| |
Calculates how many objects within the given table lie in a rectangular box.
|
| |
| FilterByBoxResponse |
filterByBox (const std::string \&tableName, const std::string \&viewName, const std::string \&xColumnName, const double minX, const double maxX, const std::string \&yColumnName, const double minY, const double maxY, const std::map\< std::string, std::string > \&options) const |
| |
Calculates how many objects within the given table lie in a rectangular box.
|
| |
| FilterByBoxResponse & |
filterByBox (const std::string \&tableName, const std::string \&viewName, const std::string \&xColumnName, const double minX, const double maxX, const std::string \&yColumnName, const double minY, const double maxY, const std::map\< std::string, std::string > \&options, FilterByBoxResponse \&response\_) const |
| |
Calculates how many objects within the given table lie in a rectangular box.
|
| |
| FilterByBoxGeometryResponse |
filterByBoxGeometry (const FilterByBoxGeometryRequest \&request\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
|
| |
| FilterByBoxGeometryResponse & |
filterByBoxGeometry (const FilterByBoxGeometryRequest \&request\_, FilterByBoxGeometryResponse \&response\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
|
| |
| FilterByBoxGeometryResponse |
filterByBoxGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const double minX, const double maxX, const double minY, const double maxY, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
|
| |
| FilterByBoxGeometryResponse & |
filterByBoxGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const double minX, const double maxX, const double minY, const double maxY, const std::map\< std::string, std::string > \&options, FilterByBoxGeometryResponse \&response\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a rectangular box.
|
| |
| FilterByGeometryResponse |
filterByGeometry (const FilterByGeometryRequest \&request\_) const |
| |
Applies a geometry filter against a geospatial geometry column in a given table or view.
|
| |
| FilterByGeometryResponse & |
filterByGeometry (const FilterByGeometryRequest \&request\_, FilterByGeometryResponse \&response\_) const |
| |
Applies a geometry filter against a geospatial geometry column in a given table or view.
|
| |
| FilterByGeometryResponse |
filterByGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const std::string \&inputWkt, const std::string \&operation, const std::map\< std::string, std::string > \&options) const |
| |
Applies a geometry filter against a geospatial geometry column in a given table or view.
|
| |
| FilterByGeometryResponse & |
filterByGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const std::string \&inputWkt, const std::string \&operation, const std::map\< std::string, std::string > \&options, FilterByGeometryResponse \&response\_) const |
| |
Applies a geometry filter against a geospatial geometry column in a given table or view.
|
| |
| FilterByListResponse |
filterByList (const FilterByListRequest \&request\_) const |
| |
Calculates which records from a table have values in the given list for the corresponding column.
|
| |
| FilterByListResponse & |
filterByList (const FilterByListRequest \&request\_, FilterByListResponse \&response\_) const |
| |
Calculates which records from a table have values in the given list for the corresponding column.
|
| |
| FilterByListResponse |
filterByList (const std::string \&tableName, const std::string \&viewName, const std::map\< std::string, std::vector\< std::string > > \&columnValuesMap, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which records from a table have values in the given list for the corresponding column.
|
| |
| FilterByListResponse & |
filterByList (const std::string \&tableName, const std::string \&viewName, const std::map\< std::string, std::vector\< std::string > > \&columnValuesMap, const std::map\< std::string, std::string > \&options, FilterByListResponse \&response\_) const |
| |
Calculates which records from a table have values in the given list for the corresponding column.
|
| |
| FilterByRadiusResponse |
filterByRadius (const FilterByRadiusRequest \&request\_) const |
| |
Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusResponse & |
filterByRadius (const FilterByRadiusRequest \&request\_, FilterByRadiusResponse \&response\_) const |
| |
Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusResponse |
filterByRadius (const std::string \&tableName, const std::string \&viewName, const std::string \&xColumnName, const double xCenter, const std::string \&yColumnName, const double yCenter, const double radius, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusResponse & |
filterByRadius (const std::string \&tableName, const std::string \&viewName, const std::string \&xColumnName, const double xCenter, const std::string \&yColumnName, const double yCenter, const double radius, const std::map\< std::string, std::string > \&options, FilterByRadiusResponse \&response\_) const |
| |
Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusGeometryResponse |
filterByRadiusGeometry (const FilterByRadiusGeometryRequest \&request\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusGeometryResponse & |
filterByRadiusGeometry (const FilterByRadiusGeometryRequest \&request\_, FilterByRadiusGeometryResponse \&response\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusGeometryResponse |
filterByRadiusGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const double xCenter, const double yCenter, const double radius, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRadiusGeometryResponse & |
filterByRadiusGeometry (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const double xCenter, const double yCenter, const double radius, const std::map\< std::string, std::string > \&options, FilterByRadiusGeometryResponse \&response\_) const |
| |
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI).
|
| |
| FilterByRangeResponse |
filterByRange (const FilterByRangeRequest \&request\_) const |
| |
Calculates which objects from a table have a column that is within the given bounds.
|
| |
| FilterByRangeResponse & |
filterByRange (const FilterByRangeRequest \&request\_, FilterByRangeResponse \&response\_) const |
| |
Calculates which objects from a table have a column that is within the given bounds.
|
| |
| FilterByRangeResponse |
filterByRange (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const double lowerBound, const double upperBound, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which objects from a table have a column that is within the given bounds.
|
| |
| FilterByRangeResponse & |
filterByRange (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const double lowerBound, const double upperBound, const std::map\< std::string, std::string > \&options, FilterByRangeResponse \&response\_) const |
| |
Calculates which objects from a table have a column that is within the given bounds.
|
| |
| FilterBySeriesResponse |
filterBySeries (const FilterBySeriesRequest \&request\_) const |
| |
Filters objects matching all points of the given track (works only on track type data).
|
| |
| FilterBySeriesResponse & |
filterBySeries (const FilterBySeriesRequest \&request\_, FilterBySeriesResponse \&response\_) const |
| |
Filters objects matching all points of the given track (works only on track type data).
|
| |
| FilterBySeriesResponse |
filterBySeries (const std::string \&tableName, const std::string \&viewName, const std::string \&trackId, const std::vector\< std::string > \&targetTrackIds, const std::map\< std::string, std::string > \&options) const |
| |
Filters objects matching all points of the given track (works only on track type data).
|
| |
| FilterBySeriesResponse & |
filterBySeries (const std::string \&tableName, const std::string \&viewName, const std::string \&trackId, const std::vector\< std::string > \&targetTrackIds, const std::map\< std::string, std::string > \&options, FilterBySeriesResponse \&response\_) const |
| |
Filters objects matching all points of the given track (works only on track type data).
|
| |
| FilterByStringResponse |
filterByString (const FilterByStringRequest \&request\_) const |
| |
Calculates which objects from a table or view match a string expression for the given string columns.
|
| |
| FilterByStringResponse & |
filterByString (const FilterByStringRequest \&request\_, FilterByStringResponse \&response\_) const |
| |
Calculates which objects from a table or view match a string expression for the given string columns.
|
| |
| FilterByStringResponse |
filterByString (const std::string \&tableName, const std::string \&viewName, const std::string \&expression, const std::string \&mode, const std::vector\< std::string > \&columnNames, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which objects from a table or view match a string expression for the given string columns.
|
| |
| FilterByStringResponse & |
filterByString (const std::string \&tableName, const std::string \&viewName, const std::string \&expression, const std::string \&mode, const std::vector\< std::string > \&columnNames, const std::map\< std::string, std::string > \&options, FilterByStringResponse \&response\_) const |
| |
Calculates which objects from a table or view match a string expression for the given string columns.
|
| |
| FilterByTableResponse |
filterByTable (const FilterByTableRequest \&request\_) const |
| |
Filters objects in one table based on objects in another table.
|
| |
| FilterByTableResponse & |
filterByTable (const FilterByTableRequest \&request\_, FilterByTableResponse \&response\_) const |
| |
Filters objects in one table based on objects in another table.
|
| |
| FilterByTableResponse |
filterByTable (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const std::string \&sourceTableName, const std::string \&sourceTableColumnName, const std::map\< std::string, std::string > \&options) const |
| |
Filters objects in one table based on objects in another table.
|
| |
| FilterByTableResponse & |
filterByTable (const std::string \&tableName, const std::string \&viewName, const std::string \&columnName, const std::string \&sourceTableName, const std::string \&sourceTableColumnName, const std::map\< std::string, std::string > \&options, FilterByTableResponse \&response\_) const |
| |
Filters objects in one table based on objects in another table.
|
| |
| FilterByValueResponse |
filterByValue (const FilterByValueRequest \&request\_) const |
| |
Calculates which objects from a table has a particular value for a particular column.
|
| |
| FilterByValueResponse & |
filterByValue (const FilterByValueRequest \&request\_, FilterByValueResponse \&response\_) const |
| |
Calculates which objects from a table has a particular value for a particular column.
|
| |
| FilterByValueResponse |
filterByValue (const std::string \&tableName, const std::string \&viewName, const bool isString, const double value, const std::string \&valueStr, const std::string \&columnName, const std::map\< std::string, std::string > \&options) const |
| |
Calculates which objects from a table has a particular value for a particular column.
|
| |
| FilterByValueResponse & |
filterByValue (const std::string \&tableName, const std::string \&viewName, const bool isString, const double value, const std::string \&valueStr, const std::string \&columnName, const std::map\< std::string, std::string > \&options, FilterByValueResponse \&response\_) const |
| |
Calculates which objects from a table has a particular value for a particular column.
|
| |
| GetGraphEntitiesResponse |
getGraphEntities (const GetGraphEntitiesRequest \&request\_) const |
| |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
|
| |
| GetGraphEntitiesResponse & |
getGraphEntities (const GetGraphEntitiesRequest \&request\_, GetGraphEntitiesResponse \&response\_) const |
| |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
|
| |
| GetGraphEntitiesResponse |
getGraphEntities (const std::string \&graphName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
|
| |
| GetGraphEntitiesResponse & |
getGraphEntities (const std::string \&graphName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetGraphEntitiesResponse \&response\_) const |
| |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
|
| |
| GetJobResponse |
getJob (const GetJobRequest \&request\_) const |
| |
Get the status and result of asynchronously running job.
|
| |
| GetJobResponse & |
getJob (const GetJobRequest \&request\_, GetJobResponse \&response\_) const |
| |
Get the status and result of asynchronously running job.
|
| |
| GetJobResponse |
getJob (const int64\_t jobId, const std::map\< std::string, std::string > \&options) const |
| |
Get the status and result of asynchronously running job.
|
| |
| GetJobResponse & |
getJob (const int64\_t jobId, const std::map\< std::string, std::string > \&options, GetJobResponse \&response\_) const |
| |
Get the status and result of asynchronously running job.
|
| |
| RawGetRecordsResponse |
getRecordsRaw (const GetRecordsRequest \&request\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| RawGetRecordsResponse & |
getRecordsRaw (const GetRecordsRequest \&request\_, RawGetRecordsResponse \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > |
getRecords (const GetRecordsRequest \&request\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > & |
getRecords (const GetRecordsRequest \&request\_, GetRecordsResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > |
getRecords (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > & |
getRecords (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > |
getRecords (const ::avro::ValidSchema \&schema\_, const GetRecordsRequest \&request\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > |
getRecords (const Type \&type\_, const GetRecordsRequest \&request\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > & |
getRecords (const ::avro::ValidSchema \&schema\_, const GetRecordsRequest \&request\_, GetRecordsResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > & |
getRecords (const Type \&type\_, const GetRecordsRequest \&request\_, GetRecordsResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > |
getRecords (const ::avro::ValidSchema \&schema\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > |
getRecords (const Type \&type\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > & |
getRecords (const ::avro::ValidSchema \&schema\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\ |
| GetRecordsResponse\< TResponse > & |
getRecords (const Type \&type\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| RawGetRecordsByColumnResponse |
getRecordsByColumnRaw (const GetRecordsByColumnRequest \&request\_) const |
| |
For a given table, retrieves the values from the requested column(s).
|
| |
| RawGetRecordsByColumnResponse & |
getRecordsByColumnRaw (const GetRecordsByColumnRequest \&request\_, RawGetRecordsByColumnResponse \&response\_) const |
| |
For a given table, retrieves the values from the requested column(s).
|
| |
| GetRecordsByColumnResponse |
getRecordsByColumn (const GetRecordsByColumnRequest \&request\_) const |
| |
For a given table, retrieves the values from the requested column(s).
|
| |
| GetRecordsByColumnResponse & |
getRecordsByColumn (const GetRecordsByColumnRequest \&request\_, GetRecordsByColumnResponse \&response\_) const |
| |
For a given table, retrieves the values from the requested column(s).
|
| |
| GetRecordsByColumnResponse |
getRecordsByColumn (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
For a given table, retrieves the values from the requested column(s).
|
| |
| GetRecordsByColumnResponse & |
getRecordsByColumn (const std::string \&tableName, const std::vector\< std::string > \&columnNames, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsByColumnResponse \&response\_) const |
| |
For a given table, retrieves the values from the requested column(s).
|
| |
| RawGetRecordsBySeriesResponse |
getRecordsBySeriesRaw (const GetRecordsBySeriesRequest \&request\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| RawGetRecordsBySeriesResponse & |
getRecordsBySeriesRaw (const GetRecordsBySeriesRequest \&request\_, RawGetRecordsBySeriesResponse \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > |
getRecordsBySeries (const GetRecordsBySeriesRequest \&request\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > & |
getRecordsBySeries (const GetRecordsBySeriesRequest \&request\_, GetRecordsBySeriesResponse\< TResponse > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > |
getRecordsBySeries (const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > & |
getRecordsBySeries (const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsBySeriesResponse\< TResponse > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > |
getRecordsBySeries (const ::avro::ValidSchema \&schema\_, const GetRecordsBySeriesRequest \&request\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > |
getRecordsBySeries (const Type \&type\_, const GetRecordsBySeriesRequest \&request\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > & |
getRecordsBySeries (const ::avro::ValidSchema \&schema\_, const GetRecordsBySeriesRequest \&request\_, GetRecordsBySeriesResponse\< TResponse > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > & |
getRecordsBySeries (const Type \&type\_, const GetRecordsBySeriesRequest \&request\_, GetRecordsBySeriesResponse\< TResponse > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > |
getRecordsBySeries (const ::avro::ValidSchema \&schema\_, const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > |
getRecordsBySeries (const Type \&type\_, const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > & |
getRecordsBySeries (const ::avro::ValidSchema \&schema\_, const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsBySeriesResponse\< TResponse > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\ |
| GetRecordsBySeriesResponse\< TResponse > & |
getRecordsBySeries (const Type \&type\_, const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsBySeriesResponse\< TResponse > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| RawGetRecordsFromCollectionResponse |
getRecordsFromCollectionRaw (const GetRecordsFromCollectionRequest \&request\_) const |
| |
Retrieves records from a collection.
|
| |
| RawGetRecordsFromCollectionResponse & |
getRecordsFromCollectionRaw (const GetRecordsFromCollectionRequest \&request\_, RawGetRecordsFromCollectionResponse \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > |
getRecordsFromCollection (const GetRecordsFromCollectionRequest \&request\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > & |
getRecordsFromCollection (const GetRecordsFromCollectionRequest \&request\_, GetRecordsFromCollectionResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > |
getRecordsFromCollection (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > & |
getRecordsFromCollection (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsFromCollectionResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > |
getRecordsFromCollection (const ::avro::ValidSchema \&schema\_, const GetRecordsFromCollectionRequest \&request\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > |
getRecordsFromCollection (const Type \&type\_, const GetRecordsFromCollectionRequest \&request\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > & |
getRecordsFromCollection (const ::avro::ValidSchema \&schema\_, const GetRecordsFromCollectionRequest \&request\_, GetRecordsFromCollectionResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > & |
getRecordsFromCollection (const Type \&type\_, const GetRecordsFromCollectionRequest \&request\_, GetRecordsFromCollectionResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > |
getRecordsFromCollection (const ::avro::ValidSchema \&schema\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > |
getRecordsFromCollection (const Type \&type\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > & |
getRecordsFromCollection (const ::avro::ValidSchema \&schema\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsFromCollectionResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\ |
| GetRecordsFromCollectionResponse\< TResponse > & |
getRecordsFromCollection (const Type \&type\_, const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsFromCollectionResponse\< TResponse > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| GrantPermissionResponse |
grantPermission (const GrantPermissionRequest \&request\_) const |
| |
Grant user or role the specified permission on the specified object.
|
| |
| GrantPermissionResponse & |
grantPermission (const GrantPermissionRequest \&request\_, GrantPermissionResponse \&response\_) const |
| |
Grant user or role the specified permission on the specified object.
|
| |
| GrantPermissionResponse |
grantPermission (const std::string \&principal, const std::string \&object, const std::string \&objectType, const std::string \&permission, const std::map\< std::string, std::string > \&options) const |
| |
Grant user or role the specified permission on the specified object.
|
| |
| GrantPermissionResponse & |
grantPermission (const std::string \&principal, const std::string \&object, const std::string \&objectType, const std::string \&permission, const std::map\< std::string, std::string > \&options, GrantPermissionResponse \&response\_) const |
| |
Grant user or role the specified permission on the specified object.
|
| |
| GrantPermissionCredentialResponse |
grantPermissionCredential (const GrantPermissionCredentialRequest \&request\_) const |
| |
Grants a credential-level permission to a user or role.
|
| |
| GrantPermissionCredentialResponse & |
grantPermissionCredential (const GrantPermissionCredentialRequest \&request\_, GrantPermissionCredentialResponse \&response\_) const |
| |
Grants a credential-level permission to a user or role.
|
| |
| GrantPermissionCredentialResponse |
grantPermissionCredential (const std::string \&name, const std::string \&permission, const std::string \&credentialName, const std::map\< std::string, std::string > \&options) const |
| |
Grants a credential-level permission to a user or role.
|
| |
| GrantPermissionCredentialResponse & |
grantPermissionCredential (const std::string \&name, const std::string \&permission, const std::string \&credentialName, const std::map\< std::string, std::string > \&options, GrantPermissionCredentialResponse \&response\_) const |
| |
Grants a credential-level permission to a user or role.
|
| |
| GrantPermissionDatasourceResponse |
grantPermissionDatasource (const GrantPermissionDatasourceRequest \&request\_) const |
| |
Grants a data source permission to a user or role.
|
| |
| GrantPermissionDatasourceResponse & |
grantPermissionDatasource (const GrantPermissionDatasourceRequest \&request\_, GrantPermissionDatasourceResponse \&response\_) const |
| |
Grants a data source permission to a user or role.
|
| |
| GrantPermissionDatasourceResponse |
grantPermissionDatasource (const std::string \&name, const std::string \&permission, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options) const |
| |
Grants a data source permission to a user or role.
|
| |
| GrantPermissionDatasourceResponse & |
grantPermissionDatasource (const std::string \&name, const std::string \&permission, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options, GrantPermissionDatasourceResponse \&response\_) const |
| |
Grants a data source permission to a user or role.
|
| |
| GrantPermissionDirectoryResponse |
grantPermissionDirectory (const GrantPermissionDirectoryRequest \&request\_) const |
| |
Grants a KiFS directory-level permission to a user or role.
|
| |
| GrantPermissionDirectoryResponse & |
grantPermissionDirectory (const GrantPermissionDirectoryRequest \&request\_, GrantPermissionDirectoryResponse \&response\_) const |
| |
Grants a KiFS directory-level permission to a user or role.
|
| |
| GrantPermissionDirectoryResponse |
grantPermissionDirectory (const std::string \&name, const std::string \&permission, const std::string \&directoryName, const std::map\< std::string, std::string > \&options) const |
| |
Grants a KiFS directory-level permission to a user or role.
|
| |
| GrantPermissionDirectoryResponse & |
grantPermissionDirectory (const std::string \&name, const std::string \&permission, const std::string \&directoryName, const std::map\< std::string, std::string > \&options, GrantPermissionDirectoryResponse \&response\_) const |
| |
Grants a KiFS directory-level permission to a user or role.
|
| |
| GrantPermissionProcResponse |
grantPermissionProc (const GrantPermissionProcRequest \&request\_) const |
| |
Grants a proc-level permission to a user or role.
|
| |
| GrantPermissionProcResponse & |
grantPermissionProc (const GrantPermissionProcRequest \&request\_, GrantPermissionProcResponse \&response\_) const |
| |
Grants a proc-level permission to a user or role.
|
| |
| GrantPermissionProcResponse |
grantPermissionProc (const std::string \&name, const std::string \&permission, const std::string \&procName, const std::map\< std::string, std::string > \&options) const |
| |
Grants a proc-level permission to a user or role.
|
| |
| GrantPermissionProcResponse & |
grantPermissionProc (const std::string \&name, const std::string \&permission, const std::string \&procName, const std::map\< std::string, std::string > \&options, GrantPermissionProcResponse \&response\_) const |
| |
Grants a proc-level permission to a user or role.
|
| |
| GrantPermissionSystemResponse |
grantPermissionSystem (const GrantPermissionSystemRequest \&request\_) const |
| |
Grants a system-level permission to a user or role.
|
| |
| GrantPermissionSystemResponse & |
grantPermissionSystem (const GrantPermissionSystemRequest \&request\_, GrantPermissionSystemResponse \&response\_) const |
| |
Grants a system-level permission to a user or role.
|
| |
| GrantPermissionSystemResponse |
grantPermissionSystem (const std::string \&name, const std::string \&permission, const std::map\< std::string, std::string > \&options) const |
| |
Grants a system-level permission to a user or role.
|
| |
| GrantPermissionSystemResponse & |
grantPermissionSystem (const std::string \&name, const std::string \&permission, const std::map\< std::string, std::string > \&options, GrantPermissionSystemResponse \&response\_) const |
| |
Grants a system-level permission to a user or role.
|
| |
| GrantPermissionTableResponse |
grantPermissionTable (const GrantPermissionTableRequest \&request\_) const |
| |
Grants a table-level permission to a user or role.
|
| |
| GrantPermissionTableResponse & |
grantPermissionTable (const GrantPermissionTableRequest \&request\_, GrantPermissionTableResponse \&response\_) const |
| |
Grants a table-level permission to a user or role.
|
| |
| GrantPermissionTableResponse |
grantPermissionTable (const std::string \&name, const std::string \&permission, const std::string \&tableName, const std::string \&filterExpression, const std::map\< std::string, std::string > \&options) const |
| |
Grants a table-level permission to a user or role.
|
| |
| GrantPermissionTableResponse & |
grantPermissionTable (const std::string \&name, const std::string \&permission, const std::string \&tableName, const std::string \&filterExpression, const std::map\< std::string, std::string > \&options, GrantPermissionTableResponse \&response\_) const |
| |
Grants a table-level permission to a user or role.
|
| |
| GrantRoleResponse |
grantRole (const GrantRoleRequest \&request\_) const |
| |
Grants membership in a role to a user or role.
|
| |
| GrantRoleResponse & |
grantRole (const GrantRoleRequest \&request\_, GrantRoleResponse \&response\_) const |
| |
Grants membership in a role to a user or role.
|
| |
| GrantRoleResponse |
grantRole (const std::string \&role, const std::string \&member, const std::map\< std::string, std::string > \&options) const |
| |
Grants membership in a role to a user or role.
|
| |
| GrantRoleResponse & |
grantRole (const std::string \&role, const std::string \&member, const std::map\< std::string, std::string > \&options, GrantRoleResponse \&response\_) const |
| |
Grants membership in a role to a user or role.
|
| |
| HasPermissionResponse |
hasPermission (const HasPermissionRequest \&request\_) const |
| |
Checks if the specified user has the specified permission on the specified object.
|
| |
| HasPermissionResponse & |
hasPermission (const HasPermissionRequest \&request\_, HasPermissionResponse \&response\_) const |
| |
Checks if the specified user has the specified permission on the specified object.
|
| |
| HasPermissionResponse |
hasPermission (const std::string \&principal, const std::string \&object, const std::string \&objectType, const std::string \&permission, const std::map\< std::string, std::string > \&options) const |
| |
Checks if the specified user has the specified permission on the specified object.
|
| |
| HasPermissionResponse & |
hasPermission (const std::string \&principal, const std::string \&object, const std::string \&objectType, const std::string \&permission, const std::map\< std::string, std::string > \&options, HasPermissionResponse \&response\_) const |
| |
Checks if the specified user has the specified permission on the specified object.
|
| |
| HasProcResponse |
hasProc (const HasProcRequest \&request\_) const |
| |
Checks the existence of a proc with the given name.
|
| |
| HasProcResponse & |
hasProc (const HasProcRequest \&request\_, HasProcResponse \&response\_) const |
| |
Checks the existence of a proc with the given name.
|
| |
| HasProcResponse |
hasProc (const std::string \&procName, const std::map\< std::string, std::string > \&options) const |
| |
Checks the existence of a proc with the given name.
|
| |
| HasProcResponse & |
hasProc (const std::string \&procName, const std::map\< std::string, std::string > \&options, HasProcResponse \&response\_) const |
| |
Checks the existence of a proc with the given name.
|
| |
| HasRoleResponse |
hasRole (const HasRoleRequest \&request\_) const |
| |
Checks if the specified user has the specified role.
|
| |
| HasRoleResponse & |
hasRole (const HasRoleRequest \&request\_, HasRoleResponse \&response\_) const |
| |
Checks if the specified user has the specified role.
|
| |
| HasRoleResponse |
hasRole (const std::string \&principal, const std::string \&role, const std::map\< std::string, std::string > \&options) const |
| |
Checks if the specified user has the specified role.
|
| |
| HasRoleResponse & |
hasRole (const std::string \&principal, const std::string \&role, const std::map\< std::string, std::string > \&options, HasRoleResponse \&response\_) const |
| |
Checks if the specified user has the specified role.
|
| |
| HasSchemaResponse |
hasSchema (const HasSchemaRequest \&request\_) const |
| |
Checks for the existence of a schema with the given name.
|
| |
| HasSchemaResponse & |
hasSchema (const HasSchemaRequest \&request\_, HasSchemaResponse \&response\_) const |
| |
Checks for the existence of a schema with the given name.
|
| |
| HasSchemaResponse |
hasSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options) const |
| |
Checks for the existence of a schema with the given name.
|
| |
| HasSchemaResponse & |
hasSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options, HasSchemaResponse \&response\_) const |
| |
Checks for the existence of a schema with the given name.
|
| |
| HasTableResponse |
hasTable (const HasTableRequest \&request\_) const |
| |
Checks for the existence of a table with the given name.
|
| |
| HasTableResponse & |
hasTable (const HasTableRequest \&request\_, HasTableResponse \&response\_) const |
| |
Checks for the existence of a table with the given name.
|
| |
| HasTableResponse |
hasTable (const std::string \&tableName, const std::map\< std::string, std::string > \&options) const |
| |
Checks for the existence of a table with the given name.
|
| |
| HasTableResponse & |
hasTable (const std::string \&tableName, const std::map\< std::string, std::string > \&options, HasTableResponse \&response\_) const |
| |
Checks for the existence of a table with the given name.
|
| |
| HasTypeResponse |
hasType (const HasTypeRequest \&request\_) const |
| |
Check for the existence of a type.
|
| |
| HasTypeResponse & |
hasType (const HasTypeRequest \&request\_, HasTypeResponse \&response\_) const |
| |
Check for the existence of a type.
|
| |
| HasTypeResponse |
hasType (const std::string \&typeId, const std::map\< std::string, std::string > \&options) const |
| |
Check for the existence of a type.
|
| |
| HasTypeResponse & |
hasType (const std::string \&typeId, const std::map\< std::string, std::string > \&options, HasTypeResponse \&response\_) const |
| |
Check for the existence of a type.
|
| |
| InsertRecordsResponse |
insertRecordsRaw (const RawInsertRecordsRequest \&request\_) const |
| |
Adds multiple records to the specified table.
|
| |
| InsertRecordsResponse & |
insertRecordsRaw (const RawInsertRecordsRequest \&request\_, InsertRecordsResponse \&response\_) const |
| |
Adds multiple records to the specified table.
|
| |
| template\ |
| InsertRecordsResponse |
insertRecords (const InsertRecordsRequest\< TRequest > \&request\_) const |
| |
Adds multiple records to the specified table.
|
| |
| template\ |
| InsertRecordsResponse & |
insertRecords (const InsertRecordsRequest\< TRequest > \&request\_, InsertRecordsResponse \&response\_) const |
| |
Adds multiple records to the specified table.
|
| |
| template\ |
| InsertRecordsResponse |
insertRecords (const std::string \&tableName, const std::vector\< TRequest > \&data, const std::map\< std::string, std::string > \&options) const |
| |
Adds multiple records to the specified table.
|
| |
| template\ |
| InsertRecordsResponse & |
insertRecords (const std::string \&tableName, const std::vector\< TRequest > \&data, const std::map\< std::string, std::string > \&options, InsertRecordsResponse \&response\_) const |
| |
Adds multiple records to the specified table.
|
| |
| InsertRecordsFromFilesResponse |
insertRecordsFromFiles (const InsertRecordsFromFilesRequest \&request\_) const |
| |
Reads from one or more files and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromFilesResponse & |
insertRecordsFromFiles (const InsertRecordsFromFilesRequest \&request\_, InsertRecordsFromFilesResponse \&response\_) const |
| |
Reads from one or more files and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromFilesResponse |
insertRecordsFromFiles (const std::string \&tableName, const std::vector\< std::string > \&filepaths, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options) const |
| |
Reads from one or more files and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromFilesResponse & |
insertRecordsFromFiles (const std::string \&tableName, const std::vector\< std::string > \&filepaths, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options, InsertRecordsFromFilesResponse \&response\_) const |
| |
Reads from one or more files and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromPayloadResponse |
insertRecordsFromPayload (const InsertRecordsFromPayloadRequest \&request\_) const |
| |
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromPayloadResponse & |
insertRecordsFromPayload (const InsertRecordsFromPayloadRequest \&request\_, InsertRecordsFromPayloadResponse \&response\_) const |
| |
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromPayloadResponse |
insertRecordsFromPayload (const std::string \&tableName, const std::string \&dataText, const std::vector\< uint8\_t > \&dataBytes, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options) const |
| |
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromPayloadResponse & |
insertRecordsFromPayload (const std::string \&tableName, const std::string \&dataText, const std::vector\< uint8\_t > \&dataBytes, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options, InsertRecordsFromPayloadResponse \&response\_) const |
| |
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
|
| |
| InsertRecordsFromQueryResponse |
insertRecordsFromQuery (const InsertRecordsFromQueryRequest \&request\_) const |
| |
Computes remote query result and inserts the result data into a new or existing table.
|
| |
| InsertRecordsFromQueryResponse & |
insertRecordsFromQuery (const InsertRecordsFromQueryRequest \&request\_, InsertRecordsFromQueryResponse \&response\_) const |
| |
Computes remote query result and inserts the result data into a new or existing table.
|
| |
| InsertRecordsFromQueryResponse |
insertRecordsFromQuery (const std::string \&tableName, const std::string \&remoteQuery, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options) const |
| |
Computes remote query result and inserts the result data into a new or existing table.
|
| |
| InsertRecordsFromQueryResponse & |
insertRecordsFromQuery (const std::string \&tableName, const std::string \&remoteQuery, const std::map\< std::string, std::map\< std::string, std::string > > \&modifyColumns, const std::map\< std::string, std::string > \&createTableOptions, const std::map\< std::string, std::string > \&options, InsertRecordsFromQueryResponse \&response\_) const |
| |
Computes remote query result and inserts the result data into a new or existing table.
|
| |
| InsertRecordsRandomResponse |
insertRecordsRandom (const InsertRecordsRandomRequest \&request\_) const |
| |
Generates a specified number of random records and adds them to the given table.
|
| |
| InsertRecordsRandomResponse & |
insertRecordsRandom (const InsertRecordsRandomRequest \&request\_, InsertRecordsRandomResponse \&response\_) const |
| |
Generates a specified number of random records and adds them to the given table.
|
| |
| InsertRecordsRandomResponse |
insertRecordsRandom (const std::string \&tableName, const int64\_t count, const std::map\< std::string, std::map\< std::string, double > > \&options) const |
| |
Generates a specified number of random records and adds them to the given table.
|
| |
| InsertRecordsRandomResponse & |
insertRecordsRandom (const std::string \&tableName, const int64\_t count, const std::map\< std::string, std::map\< std::string, double > > \&options, InsertRecordsRandomResponse \&response\_) const |
| |
Generates a specified number of random records and adds them to the given table.
|
| |
| InsertSymbolResponse |
insertSymbol (const InsertSymbolRequest \&request\_) const |
| |
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.
|
| |
| InsertSymbolResponse & |
insertSymbol (const InsertSymbolRequest \&request\_, InsertSymbolResponse \&response\_) const |
| |
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.
|
| |
| InsertSymbolResponse |
insertSymbol (const std::string \&symbolId, const std::string \&symbolFormat, const std::vector\< uint8\_t > \&symbolData, const std::map\< std::string, std::string > \&options) const |
| |
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.
|
| |
| InsertSymbolResponse & |
insertSymbol (const std::string \&symbolId, const std::string \&symbolFormat, const std::vector\< uint8\_t > \&symbolData, const std::map\< std::string, std::string > \&options, InsertSymbolResponse \&response\_) const |
| |
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.
|
| |
| KillProcResponse |
killProc (const KillProcRequest \&request\_) const |
| |
Kills a running proc instance.
|
| |
| KillProcResponse & |
killProc (const KillProcRequest \&request\_, KillProcResponse \&response\_) const |
| |
Kills a running proc instance.
|
| |
| KillProcResponse |
killProc (const std::string \&runId, const std::map\< std::string, std::string > \&options) const |
| |
Kills a running proc instance.
|
| |
| KillProcResponse & |
killProc (const std::string \&runId, const std::map\< std::string, std::string > \&options, KillProcResponse \&response\_) const |
| |
Kills a running proc instance.
|
| |
| LockTableResponse |
lockTable (const LockTableRequest \&request\_) const |
| |
Manages global access to a table's data.
|
| |
| LockTableResponse & |
lockTable (const LockTableRequest \&request\_, LockTableResponse \&response\_) const |
| |
Manages global access to a table's data.
|
| |
| LockTableResponse |
lockTable (const std::string \&tableName, const std::string \&lockType, const std::map\< std::string, std::string > \&options) const |
| |
Manages global access to a table's data.
|
| |
| LockTableResponse & |
lockTable (const std::string \&tableName, const std::string \&lockType, const std::map\< std::string, std::string > \&options, LockTableResponse \&response\_) const |
| |
Manages global access to a table's data.
|
| |
| MatchGraphResponse |
matchGraph (const MatchGraphRequest \&request\_) const |
| |
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
|
| |
| MatchGraphResponse & |
matchGraph (const MatchGraphRequest \&request\_, MatchGraphResponse \&response\_) const |
| |
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
|
| |
| MatchGraphResponse |
matchGraph (const std::string \&graphName, const std::vector\< std::string > \&samplePoints, const std::string \&solveMethod, const std::string \&solutionTable, const std::map\< std::string, std::string > \&options) const |
| |
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
|
| |
| MatchGraphResponse & |
matchGraph (const std::string \&graphName, const std::vector\< std::string > \&samplePoints, const std::string \&solveMethod, const std::string \&solutionTable, const std::map\< std::string, std::string > \&options, MatchGraphResponse \&response\_) const |
| |
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
|
| |
| ModifyGraphResponse |
modifyGraph (const ModifyGraphRequest \&request\_) const |
| |
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
|
| |
| ModifyGraphResponse & |
modifyGraph (const ModifyGraphRequest \&request\_, ModifyGraphResponse \&response\_) const |
| |
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
|
| |
| ModifyGraphResponse |
modifyGraph (const std::string \&graphName, const std::vector\< std::string > \&nodes, const std::vector\< std::string > \&edges, const std::vector\< std::string > \&weights, const std::vector\< std::string > \&restrictions, const std::map\< std::string, std::string > \&options) const |
| |
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
|
| |
| ModifyGraphResponse & |
modifyGraph (const std::string \&graphName, const std::vector\< std::string > \&nodes, const std::vector\< std::string > \&edges, const std::vector\< std::string > \&weights, const std::vector\< std::string > \&restrictions, const std::map\< std::string, std::string > \&options, ModifyGraphResponse \&response\_) const |
| |
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
|
| |
| QueryGraphResponse |
queryGraph (const QueryGraphRequest \&request\_) const |
| |
Employs a topological query on a graph generated a-priori by createGraph and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
|
| |
| QueryGraphResponse & |
queryGraph (const QueryGraphRequest \&request\_, QueryGraphResponse \&response\_) const |
| |
Employs a topological query on a graph generated a-priori by createGraph and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
|
| |
| QueryGraphResponse |
queryGraph (const std::string \&graphName, const std::vector\< std::string > \&queries, const std::vector\< std::string > \&restrictions, const std::string \&adjacencyTable, const int32\_t rings, const std::map\< std::string, std::string > \&options) const |
| |
Employs a topological query on a graph generated a-priori by createGraph and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
|
| |
| QueryGraphResponse & |
queryGraph (const std::string \&graphName, const std::vector\< std::string > \&queries, const std::vector\< std::string > \&restrictions, const std::string \&adjacencyTable, const int32\_t rings, const std::map\< std::string, std::string > \&options, QueryGraphResponse \&response\_) const |
| |
Employs a topological query on a graph generated a-priori by createGraph and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
|
| |
| RepartitionGraphResponse |
repartitionGraph (const RepartitionGraphRequest \&request\_) const |
| |
Rebalances an existing partitioned graph.
|
| |
| RepartitionGraphResponse & |
repartitionGraph (const RepartitionGraphRequest \&request\_, RepartitionGraphResponse \&response\_) const |
| |
Rebalances an existing partitioned graph.
|
| |
| RepartitionGraphResponse |
repartitionGraph (const std::string \&graphName, const std::map\< std::string, std::string > \&options) const |
| |
Rebalances an existing partitioned graph.
|
| |
| RepartitionGraphResponse & |
repartitionGraph (const std::string \&graphName, const std::map\< std::string, std::string > \&options, RepartitionGraphResponse \&response\_) const |
| |
Rebalances an existing partitioned graph.
|
| |
| RestoreBackupResponse |
restoreBackup (const RestoreBackupRequest \&request\_) const |
| |
Restores database objects from a backup accessible via the data source specified by datasourceName.
|
| |
| RestoreBackupResponse & |
restoreBackup (const RestoreBackupRequest \&request\_, RestoreBackupResponse \&response\_) const |
| |
Restores database objects from a backup accessible via the data source specified by datasourceName.
|
| |
| RestoreBackupResponse |
restoreBackup (const std::string \&backupName, const std::map\< std::string, std::string > \&restoreObjectsMap, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options) const |
| |
Restores database objects from a backup accessible via the data source specified by datasourceName.
|
| |
| RestoreBackupResponse & |
restoreBackup (const std::string \&backupName, const std::map\< std::string, std::string > \&restoreObjectsMap, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options, RestoreBackupResponse \&response\_) const |
| |
Restores database objects from a backup accessible via the data source specified by datasourceName.
|
| |
| RevokePermissionResponse |
revokePermission (const RevokePermissionRequest \&request\_) const |
| |
Revoke user or role the specified permission on the specified object.
|
| |
| RevokePermissionResponse & |
revokePermission (const RevokePermissionRequest \&request\_, RevokePermissionResponse \&response\_) const |
| |
Revoke user or role the specified permission on the specified object.
|
| |
| RevokePermissionResponse |
revokePermission (const std::string \&principal, const std::string \&object, const std::string \&objectType, const std::string \&permission, const std::map\< std::string, std::string > \&options) const |
| |
Revoke user or role the specified permission on the specified object.
|
| |
| RevokePermissionResponse & |
revokePermission (const std::string \&principal, const std::string \&object, const std::string \&objectType, const std::string \&permission, const std::map\< std::string, std::string > \&options, RevokePermissionResponse \&response\_) const |
| |
Revoke user or role the specified permission on the specified object.
|
| |
| RevokePermissionCredentialResponse |
revokePermissionCredential (const RevokePermissionCredentialRequest \&request\_) const |
| |
Revokes a credential-level permission from a user or role.
|
| |
| RevokePermissionCredentialResponse & |
revokePermissionCredential (const RevokePermissionCredentialRequest \&request\_, RevokePermissionCredentialResponse \&response\_) const |
| |
Revokes a credential-level permission from a user or role.
|
| |
| RevokePermissionCredentialResponse |
revokePermissionCredential (const std::string \&name, const std::string \&permission, const std::string \&credentialName, const std::map\< std::string, std::string > \&options) const |
| |
Revokes a credential-level permission from a user or role.
|
| |
| RevokePermissionCredentialResponse & |
revokePermissionCredential (const std::string \&name, const std::string \&permission, const std::string \&credentialName, const std::map\< std::string, std::string > \&options, RevokePermissionCredentialResponse \&response\_) const |
| |
Revokes a credential-level permission from a user or role.
|
| |
| RevokePermissionDatasourceResponse |
revokePermissionDatasource (const RevokePermissionDatasourceRequest \&request\_) const |
| |
Revokes a data source permission from a user or role.
|
| |
| RevokePermissionDatasourceResponse & |
revokePermissionDatasource (const RevokePermissionDatasourceRequest \&request\_, RevokePermissionDatasourceResponse \&response\_) const |
| |
Revokes a data source permission from a user or role.
|
| |
| RevokePermissionDatasourceResponse |
revokePermissionDatasource (const std::string \&name, const std::string \&permission, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options) const |
| |
Revokes a data source permission from a user or role.
|
| |
| RevokePermissionDatasourceResponse & |
revokePermissionDatasource (const std::string \&name, const std::string \&permission, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options, RevokePermissionDatasourceResponse \&response\_) const |
| |
Revokes a data source permission from a user or role.
|
| |
| RevokePermissionDirectoryResponse |
revokePermissionDirectory (const RevokePermissionDirectoryRequest \&request\_) const |
| |
Revokes a KiFS directory-level permission from a user or role.
|
| |
| RevokePermissionDirectoryResponse & |
revokePermissionDirectory (const RevokePermissionDirectoryRequest \&request\_, RevokePermissionDirectoryResponse \&response\_) const |
| |
Revokes a KiFS directory-level permission from a user or role.
|
| |
| RevokePermissionDirectoryResponse |
revokePermissionDirectory (const std::string \&name, const std::string \&permission, const std::string \&directoryName, const std::map\< std::string, std::string > \&options) const |
| |
Revokes a KiFS directory-level permission from a user or role.
|
| |
| RevokePermissionDirectoryResponse & |
revokePermissionDirectory (const std::string \&name, const std::string \&permission, const std::string \&directoryName, const std::map\< std::string, std::string > \&options, RevokePermissionDirectoryResponse \&response\_) const |
| |
Revokes a KiFS directory-level permission from a user or role.
|
| |
| RevokePermissionProcResponse |
revokePermissionProc (const RevokePermissionProcRequest \&request\_) const |
| |
Revokes a proc-level permission from a user or role.
|
| |
| RevokePermissionProcResponse & |
revokePermissionProc (const RevokePermissionProcRequest \&request\_, RevokePermissionProcResponse \&response\_) const |
| |
Revokes a proc-level permission from a user or role.
|
| |
| RevokePermissionProcResponse |
revokePermissionProc (const std::string \&name, const std::string \&permission, const std::string \&procName, const std::map\< std::string, std::string > \&options) const |
| |
Revokes a proc-level permission from a user or role.
|
| |
| RevokePermissionProcResponse & |
revokePermissionProc (const std::string \&name, const std::string \&permission, const std::string \&procName, const std::map\< std::string, std::string > \&options, RevokePermissionProcResponse \&response\_) const |
| |
Revokes a proc-level permission from a user or role.
|
| |
| RevokePermissionSystemResponse |
revokePermissionSystem (const RevokePermissionSystemRequest \&request\_) const |
| |
Revokes a system-level permission from a user or role.
|
| |
| RevokePermissionSystemResponse & |
revokePermissionSystem (const RevokePermissionSystemRequest \&request\_, RevokePermissionSystemResponse \&response\_) const |
| |
Revokes a system-level permission from a user or role.
|
| |
| RevokePermissionSystemResponse |
revokePermissionSystem (const std::string \&name, const std::string \&permission, const std::map\< std::string, std::string > \&options) const |
| |
Revokes a system-level permission from a user or role.
|
| |
| RevokePermissionSystemResponse & |
revokePermissionSystem (const std::string \&name, const std::string \&permission, const std::map\< std::string, std::string > \&options, RevokePermissionSystemResponse \&response\_) const |
| |
Revokes a system-level permission from a user or role.
|
| |
| RevokePermissionTableResponse |
revokePermissionTable (const RevokePermissionTableRequest \&request\_) const |
| |
Revokes a table-level permission from a user or role.
|
| |
| RevokePermissionTableResponse & |
revokePermissionTable (const RevokePermissionTableRequest \&request\_, RevokePermissionTableResponse \&response\_) const |
| |
Revokes a table-level permission from a user or role.
|
| |
| RevokePermissionTableResponse |
revokePermissionTable (const std::string \&name, const std::string \&permission, const std::string \&tableName, const std::map\< std::string, std::string > \&options) const |
| |
Revokes a table-level permission from a user or role.
|
| |
| RevokePermissionTableResponse & |
revokePermissionTable (const std::string \&name, const std::string \&permission, const std::string \&tableName, const std::map\< std::string, std::string > \&options, RevokePermissionTableResponse \&response\_) const |
| |
Revokes a table-level permission from a user or role.
|
| |
| RevokeRoleResponse |
revokeRole (const RevokeRoleRequest \&request\_) const |
| |
Revokes membership in a role from a user or role.
|
| |
| RevokeRoleResponse & |
revokeRole (const RevokeRoleRequest \&request\_, RevokeRoleResponse \&response\_) const |
| |
Revokes membership in a role from a user or role.
|
| |
| RevokeRoleResponse |
revokeRole (const std::string \&role, const std::string \&member, const std::map\< std::string, std::string > \&options) const |
| |
Revokes membership in a role from a user or role.
|
| |
| RevokeRoleResponse & |
revokeRole (const std::string \&role, const std::string \&member, const std::map\< std::string, std::string > \&options, RevokeRoleResponse \&response\_) const |
| |
Revokes membership in a role from a user or role.
|
| |
| ShowBackupResponse |
showBackup (const ShowBackupRequest \&request\_) const |
| |
Shows information about one or more backups accessible via the data source specified by datasourceName.
|
| |
| ShowBackupResponse & |
showBackup (const ShowBackupRequest \&request\_, ShowBackupResponse \&response\_) const |
| |
Shows information about one or more backups accessible via the data source specified by datasourceName.
|
| |
| ShowBackupResponse |
showBackup (const std::string \&backupName, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about one or more backups accessible via the data source specified by datasourceName.
|
| |
| ShowBackupResponse & |
showBackup (const std::string \&backupName, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options, ShowBackupResponse \&response\_) const |
| |
Shows information about one or more backups accessible via the data source specified by datasourceName.
|
| |
| ShowCredentialResponse |
showCredential (const ShowCredentialRequest \&request\_) const |
| |
Shows information about a specified credential or all credentials.
|
| |
| ShowCredentialResponse & |
showCredential (const ShowCredentialRequest \&request\_, ShowCredentialResponse \&response\_) const |
| |
Shows information about a specified credential or all credentials.
|
| |
| ShowCredentialResponse |
showCredential (const std::string \&credentialName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about a specified credential or all credentials.
|
| |
| ShowCredentialResponse & |
showCredential (const std::string \&credentialName, const std::map\< std::string, std::string > \&options, ShowCredentialResponse \&response\_) const |
| |
Shows information about a specified credential or all credentials.
|
| |
| ShowDatasinkResponse |
showDatasink (const ShowDatasinkRequest \&request\_) const |
| |
Shows information about a specified data sink or all data sinks.
|
| |
| ShowDatasinkResponse & |
showDatasink (const ShowDatasinkRequest \&request\_, ShowDatasinkResponse \&response\_) const |
| |
Shows information about a specified data sink or all data sinks.
|
| |
| ShowDatasinkResponse |
showDatasink (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about a specified data sink or all data sinks.
|
| |
| ShowDatasinkResponse & |
showDatasink (const std::string \&name, const std::map\< std::string, std::string > \&options, ShowDatasinkResponse \&response\_) const |
| |
Shows information about a specified data sink or all data sinks.
|
| |
| ShowDatasourceResponse |
showDatasource (const ShowDatasourceRequest \&request\_) const |
| |
Shows information about a specified data source or all data sources.
|
| |
| ShowDatasourceResponse & |
showDatasource (const ShowDatasourceRequest \&request\_, ShowDatasourceResponse \&response\_) const |
| |
Shows information about a specified data source or all data sources.
|
| |
| ShowDatasourceResponse |
showDatasource (const std::string \&name, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about a specified data source or all data sources.
|
| |
| ShowDatasourceResponse & |
showDatasource (const std::string \&name, const std::map\< std::string, std::string > \&options, ShowDatasourceResponse \&response\_) const |
| |
Shows information about a specified data source or all data sources.
|
| |
| ShowDirectoriesResponse |
showDirectories (const ShowDirectoriesRequest \&request\_) const |
| |
Shows information about directories in KiFS.
|
| |
| ShowDirectoriesResponse & |
showDirectories (const ShowDirectoriesRequest \&request\_, ShowDirectoriesResponse \&response\_) const |
| |
Shows information about directories in KiFS.
|
| |
| ShowDirectoriesResponse |
showDirectories (const std::string \&directoryName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about directories in KiFS.
|
| |
| ShowDirectoriesResponse & |
showDirectories (const std::string \&directoryName, const std::map\< std::string, std::string > \&options, ShowDirectoriesResponse \&response\_) const |
| |
Shows information about directories in KiFS.
|
| |
| ShowEnvironmentResponse |
showEnvironment (const ShowEnvironmentRequest \&request\_) const |
| |
Shows information about a specified user-defined function (UDF) environment or all environments.
|
| |
| ShowEnvironmentResponse & |
showEnvironment (const ShowEnvironmentRequest \&request\_, ShowEnvironmentResponse \&response\_) const |
| |
Shows information about a specified user-defined function (UDF) environment or all environments.
|
| |
| ShowEnvironmentResponse |
showEnvironment (const std::string \&environmentName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about a specified user-defined function (UDF) environment or all environments.
|
| |
| ShowEnvironmentResponse & |
showEnvironment (const std::string \&environmentName, const std::map\< std::string, std::string > \&options, ShowEnvironmentResponse \&response\_) const |
| |
Shows information about a specified user-defined function (UDF) environment or all environments.
|
| |
| ShowFilesResponse |
showFiles (const ShowFilesRequest \&request\_) const |
| |
Shows information about files in KiFS.
|
| |
| ShowFilesResponse & |
showFiles (const ShowFilesRequest \&request\_, ShowFilesResponse \&response\_) const |
| |
Shows information about files in KiFS.
|
| |
| ShowFilesResponse |
showFiles (const std::vector\< std::string > \&paths, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about files in KiFS.
|
| |
| ShowFilesResponse & |
showFiles (const std::vector\< std::string > \&paths, const std::map\< std::string, std::string > \&options, ShowFilesResponse \&response\_) const |
| |
Shows information about files in KiFS.
|
| |
| ShowGraphResponse |
showGraph (const ShowGraphRequest \&request\_) const |
| |
Shows information and characteristics of graphs that exist on the graph server.
|
| |
| ShowGraphResponse & |
showGraph (const ShowGraphRequest \&request\_, ShowGraphResponse \&response\_) const |
| |
Shows information and characteristics of graphs that exist on the graph server.
|
| |
| ShowGraphResponse |
showGraph (const std::string \&graphName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information and characteristics of graphs that exist on the graph server.
|
| |
| ShowGraphResponse & |
showGraph (const std::string \&graphName, const std::map\< std::string, std::string > \&options, ShowGraphResponse \&response\_) const |
| |
Shows information and characteristics of graphs that exist on the graph server.
|
| |
| ShowProcResponse |
showProc (const ShowProcRequest \&request\_) const |
| |
Shows information about a proc.
|
| |
| ShowProcResponse & |
showProc (const ShowProcRequest \&request\_, ShowProcResponse \&response\_) const |
| |
Shows information about a proc.
|
| |
| ShowProcResponse |
showProc (const std::string \&procName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about a proc.
|
| |
| ShowProcResponse & |
showProc (const std::string \&procName, const std::map\< std::string, std::string > \&options, ShowProcResponse \&response\_) const |
| |
Shows information about a proc.
|
| |
| ShowProcStatusResponse |
showProcStatus (const ShowProcStatusRequest \&request\_) const |
| |
Shows the statuses of running or completed proc instances.
|
| |
| ShowProcStatusResponse & |
showProcStatus (const ShowProcStatusRequest \&request\_, ShowProcStatusResponse \&response\_) const |
| |
Shows the statuses of running or completed proc instances.
|
| |
| ShowProcStatusResponse |
showProcStatus (const std::string \&runId, const std::map\< std::string, std::string > \&options) const |
| |
Shows the statuses of running or completed proc instances.
|
| |
| ShowProcStatusResponse & |
showProcStatus (const std::string \&runId, const std::map\< std::string, std::string > \&options, ShowProcStatusResponse \&response\_) const |
| |
Shows the statuses of running or completed proc instances.
|
| |
| ShowResourceObjectsResponse |
showResourceObjects (const ShowResourceObjectsRequest \&request\_) const |
| |
Returns information about the internal sub-components (tiered objects) which use resources of the system.
|
| |
| ShowResourceObjectsResponse & |
showResourceObjects (const ShowResourceObjectsRequest \&request\_, ShowResourceObjectsResponse \&response\_) const |
| |
Returns information about the internal sub-components (tiered objects) which use resources of the system.
|
| |
| ShowResourceObjectsResponse |
showResourceObjects (const std::map\< std::string, std::string > \&options) const |
| |
Returns information about the internal sub-components (tiered objects) which use resources of the system.
|
| |
| ShowResourceObjectsResponse & |
showResourceObjects (const std::map\< std::string, std::string > \&options, ShowResourceObjectsResponse \&response\_) const |
| |
Returns information about the internal sub-components (tiered objects) which use resources of the system.
|
| |
| ShowResourceStatisticsResponse |
showResourceStatistics (const ShowResourceStatisticsRequest \&request\_) const |
| |
Requests various statistics for storage/memory tiers and resource groups.
|
| |
| ShowResourceStatisticsResponse & |
showResourceStatistics (const ShowResourceStatisticsRequest \&request\_, ShowResourceStatisticsResponse \&response\_) const |
| |
Requests various statistics for storage/memory tiers and resource groups.
|
| |
| ShowResourceStatisticsResponse |
showResourceStatistics (const std::map\< std::string, std::string > \&options) const |
| |
Requests various statistics for storage/memory tiers and resource groups.
|
| |
| ShowResourceStatisticsResponse & |
showResourceStatistics (const std::map\< std::string, std::string > \&options, ShowResourceStatisticsResponse \&response\_) const |
| |
Requests various statistics for storage/memory tiers and resource groups.
|
| |
| ShowResourceGroupsResponse |
showResourceGroups (const ShowResourceGroupsRequest \&request\_) const |
| |
Requests resource group properties.
|
| |
| ShowResourceGroupsResponse & |
showResourceGroups (const ShowResourceGroupsRequest \&request\_, ShowResourceGroupsResponse \&response\_) const |
| |
Requests resource group properties.
|
| |
| ShowResourceGroupsResponse |
showResourceGroups (const std::vector\< std::string > \&names, const std::map\< std::string, std::string > \&options) const |
| |
Requests resource group properties.
|
| |
| ShowResourceGroupsResponse & |
showResourceGroups (const std::vector\< std::string > \&names, const std::map\< std::string, std::string > \&options, ShowResourceGroupsResponse \&response\_) const |
| |
Requests resource group properties.
|
| |
| ShowSchemaResponse |
showSchema (const ShowSchemaRequest \&request\_) const |
| |
Retrieves information about a schema (or all schemas), as specified in schemaName.
|
| |
| ShowSchemaResponse & |
showSchema (const ShowSchemaRequest \&request\_, ShowSchemaResponse \&response\_) const |
| |
Retrieves information about a schema (or all schemas), as specified in schemaName.
|
| |
| ShowSchemaResponse |
showSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves information about a schema (or all schemas), as specified in schemaName.
|
| |
| ShowSchemaResponse & |
showSchema (const std::string \&schemaName, const std::map\< std::string, std::string > \&options, ShowSchemaResponse \&response\_) const |
| |
Retrieves information about a schema (or all schemas), as specified in schemaName.
|
| |
| ShowSecurityResponse |
showSecurity (const ShowSecurityRequest \&request\_) const |
| |
Shows security information relating to users and/or roles.
|
| |
| ShowSecurityResponse & |
showSecurity (const ShowSecurityRequest \&request\_, ShowSecurityResponse \&response\_) const |
| |
Shows security information relating to users and/or roles.
|
| |
| ShowSecurityResponse |
showSecurity (const std::vector\< std::string > \&names, const std::map\< std::string, std::string > \&options) const |
| |
Shows security information relating to users and/or roles.
|
| |
| ShowSecurityResponse & |
showSecurity (const std::vector\< std::string > \&names, const std::map\< std::string, std::string > \&options, ShowSecurityResponse \&response\_) const |
| |
Shows security information relating to users and/or roles.
|
| |
| ShowSqlProcResponse |
showSqlProc (const ShowSqlProcRequest \&request\_) const |
| |
Shows information about SQL procedures, including the full definition of each requested procedure.
|
| |
| ShowSqlProcResponse & |
showSqlProc (const ShowSqlProcRequest \&request\_, ShowSqlProcResponse \&response\_) const |
| |
Shows information about SQL procedures, including the full definition of each requested procedure.
|
| |
| ShowSqlProcResponse |
showSqlProc (const std::string \&procedureName, const std::map\< std::string, std::string > \&options) const |
| |
Shows information about SQL procedures, including the full definition of each requested procedure.
|
| |
| ShowSqlProcResponse & |
showSqlProc (const std::string \&procedureName, const std::map\< std::string, std::string > \&options, ShowSqlProcResponse \&response\_) const |
| |
Shows information about SQL procedures, including the full definition of each requested procedure.
|
| |
| ShowStatisticsResponse |
showStatistics (const ShowStatisticsRequest \&request\_) const |
| |
Retrieves the collected column statistics for the specified table(s).
|
| |
| ShowStatisticsResponse & |
showStatistics (const ShowStatisticsRequest \&request\_, ShowStatisticsResponse \&response\_) const |
| |
Retrieves the collected column statistics for the specified table(s).
|
| |
| ShowStatisticsResponse |
showStatistics (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the collected column statistics for the specified table(s).
|
| |
| ShowStatisticsResponse & |
showStatistics (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options, ShowStatisticsResponse \&response\_) const |
| |
Retrieves the collected column statistics for the specified table(s).
|
| |
| ShowSystemPropertiesResponse |
showSystemProperties (const ShowSystemPropertiesRequest \&request\_) const |
| |
Returns server configuration and version related information to the caller.
|
| |
| ShowSystemPropertiesResponse & |
showSystemProperties (const ShowSystemPropertiesRequest \&request\_, ShowSystemPropertiesResponse \&response\_) const |
| |
Returns server configuration and version related information to the caller.
|
| |
| ShowSystemPropertiesResponse |
showSystemProperties (const std::map\< std::string, std::string > \&options) const |
| |
Returns server configuration and version related information to the caller.
|
| |
| ShowSystemPropertiesResponse & |
showSystemProperties (const std::map\< std::string, std::string > \&options, ShowSystemPropertiesResponse \&response\_) const |
| |
Returns server configuration and version related information to the caller.
|
| |
| ShowSystemStatusResponse |
showSystemStatus (const ShowSystemStatusRequest \&request\_) const |
| |
Provides server configuration and health related status to the caller.
|
| |
| ShowSystemStatusResponse & |
showSystemStatus (const ShowSystemStatusRequest \&request\_, ShowSystemStatusResponse \&response\_) const |
| |
Provides server configuration and health related status to the caller.
|
| |
| ShowSystemStatusResponse |
showSystemStatus (const std::map\< std::string, std::string > \&options) const |
| |
Provides server configuration and health related status to the caller.
|
| |
| ShowSystemStatusResponse & |
showSystemStatus (const std::map\< std::string, std::string > \&options, ShowSystemStatusResponse \&response\_) const |
| |
Provides server configuration and health related status to the caller.
|
| |
| ShowSystemTimingResponse |
showSystemTiming (const ShowSystemTimingRequest \&request\_) const |
| |
Returns the last 100 database requests along with the request timing and internal job ID.
|
| |
| ShowSystemTimingResponse & |
showSystemTiming (const ShowSystemTimingRequest \&request\_, ShowSystemTimingResponse \&response\_) const |
| |
Returns the last 100 database requests along with the request timing and internal job ID.
|
| |
| ShowSystemTimingResponse |
showSystemTiming (const std::map\< std::string, std::string > \&options) const |
| |
Returns the last 100 database requests along with the request timing and internal job ID.
|
| |
| ShowSystemTimingResponse & |
showSystemTiming (const std::map\< std::string, std::string > \&options, ShowSystemTimingResponse \&response\_) const |
| |
Returns the last 100 database requests along with the request timing and internal job ID.
|
| |
| ShowTableResponse |
showTable (const ShowTableRequest \&request\_) const |
| |
Retrieves detailed information about a table, view, or schema, specified in tableName.
|
| |
| ShowTableResponse & |
showTable (const ShowTableRequest \&request\_, ShowTableResponse \&response\_) const |
| |
Retrieves detailed information about a table, view, or schema, specified in tableName.
|
| |
| ShowTableResponse |
showTable (const std::string \&tableName, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves detailed information about a table, view, or schema, specified in tableName.
|
| |
| ShowTableResponse & |
showTable (const std::string \&tableName, const std::map\< std::string, std::string > \&options, ShowTableResponse \&response\_) const |
| |
Retrieves detailed information about a table, view, or schema, specified in tableName.
|
| |
| ShowTableMetadataResponse |
showTableMetadata (const ShowTableMetadataRequest \&request\_) const |
| |
Retrieves the user provided metadata for the specified tables.
|
| |
| ShowTableMetadataResponse & |
showTableMetadata (const ShowTableMetadataRequest \&request\_, ShowTableMetadataResponse \&response\_) const |
| |
Retrieves the user provided metadata for the specified tables.
|
| |
| ShowTableMetadataResponse |
showTableMetadata (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the user provided metadata for the specified tables.
|
| |
| ShowTableMetadataResponse & |
showTableMetadata (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options, ShowTableMetadataResponse \&response\_) const |
| |
Retrieves the user provided metadata for the specified tables.
|
| |
| ShowTableMonitorsResponse |
showTableMonitors (const ShowTableMonitorsRequest \&request\_) const |
| |
Show table monitors and their properties.
|
| |
| ShowTableMonitorsResponse & |
showTableMonitors (const ShowTableMonitorsRequest \&request\_, ShowTableMonitorsResponse \&response\_) const |
| |
Show table monitors and their properties.
|
| |
| ShowTableMonitorsResponse |
showTableMonitors (const std::vector\< std::string > \&monitorIds, const std::map\< std::string, std::string > \&options) const |
| |
Show table monitors and their properties.
|
| |
| ShowTableMonitorsResponse & |
showTableMonitors (const std::vector\< std::string > \&monitorIds, const std::map\< std::string, std::string > \&options, ShowTableMonitorsResponse \&response\_) const |
| |
Show table monitors and their properties.
|
| |
| ShowTablesByTypeResponse |
showTablesByType (const ShowTablesByTypeRequest \&request\_) const |
| |
Gets names of the tables whose type matches the given criteria.
|
| |
| ShowTablesByTypeResponse & |
showTablesByType (const ShowTablesByTypeRequest \&request\_, ShowTablesByTypeResponse \&response\_) const |
| |
Gets names of the tables whose type matches the given criteria.
|
| |
| ShowTablesByTypeResponse |
showTablesByType (const std::string \&typeId, const std::string \&label, const std::map\< std::string, std::string > \&options) const |
| |
Gets names of the tables whose type matches the given criteria.
|
| |
| ShowTablesByTypeResponse & |
showTablesByType (const std::string \&typeId, const std::string \&label, const std::map\< std::string, std::string > \&options, ShowTablesByTypeResponse \&response\_) const |
| |
Gets names of the tables whose type matches the given criteria.
|
| |
| ShowTriggersResponse |
showTriggers (const ShowTriggersRequest \&request\_) const |
| |
Retrieves information regarding the specified triggers or all existing triggers currently active.
|
| |
| ShowTriggersResponse & |
showTriggers (const ShowTriggersRequest \&request\_, ShowTriggersResponse \&response\_) const |
| |
Retrieves information regarding the specified triggers or all existing triggers currently active.
|
| |
| ShowTriggersResponse |
showTriggers (const std::vector\< std::string > \&triggerIds, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves information regarding the specified triggers or all existing triggers currently active.
|
| |
| ShowTriggersResponse & |
showTriggers (const std::vector\< std::string > \&triggerIds, const std::map\< std::string, std::string > \&options, ShowTriggersResponse \&response\_) const |
| |
Retrieves information regarding the specified triggers or all existing triggers currently active.
|
| |
| ShowTypesResponse |
showTypes (const ShowTypesRequest \&request\_) const |
| |
Retrieves information for the specified data type ID or type label.
|
| |
| ShowTypesResponse & |
showTypes (const ShowTypesRequest \&request\_, ShowTypesResponse \&response\_) const |
| |
Retrieves information for the specified data type ID or type label.
|
| |
| ShowTypesResponse |
showTypes (const std::string \&typeId, const std::string \&label, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves information for the specified data type ID or type label.
|
| |
| ShowTypesResponse & |
showTypes (const std::string \&typeId, const std::string \&label, const std::map\< std::string, std::string > \&options, ShowTypesResponse \&response\_) const |
| |
Retrieves information for the specified data type ID or type label.
|
| |
| ShowVideoResponse |
showVideo (const ShowVideoRequest \&request\_) const |
| |
Retrieves information about rendered videos.
|
| |
| ShowVideoResponse & |
showVideo (const ShowVideoRequest \&request\_, ShowVideoResponse \&response\_) const |
| |
Retrieves information about rendered videos.
|
| |
| ShowVideoResponse |
showVideo (const std::vector\< std::string > \&paths, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves information about rendered videos.
|
| |
| ShowVideoResponse & |
showVideo (const std::vector\< std::string > \&paths, const std::map\< std::string, std::string > \&options, ShowVideoResponse \&response\_) const |
| |
Retrieves information about rendered videos.
|
| |
| ShowWalResponse |
showWal (const ShowWalRequest \&request\_) const |
| |
Requests table write-ahead log (WAL) properties.
|
| |
| ShowWalResponse & |
showWal (const ShowWalRequest \&request\_, ShowWalResponse \&response\_) const |
| |
Requests table write-ahead log (WAL) properties.
|
| |
| ShowWalResponse |
showWal (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options) const |
| |
Requests table write-ahead log (WAL) properties.
|
| |
| ShowWalResponse & |
showWal (const std::vector\< std::string > \&tableNames, const std::map\< std::string, std::string > \&options, ShowWalResponse \&response\_) const |
| |
Requests table write-ahead log (WAL) properties.
|
| |
| SolveGraphResponse |
solveGraph (const SolveGraphRequest \&request\_) const |
| |
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
|
| |
| SolveGraphResponse & |
solveGraph (const SolveGraphRequest \&request\_, SolveGraphResponse \&response\_) const |
| |
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
|
| |
| SolveGraphResponse |
solveGraph (const std::string \&graphName, const std::vector\< std::string > \&weightsOnEdges, const std::vector\< std::string > \&restrictions, const std::string \&solverType, const std::vector\< std::string > \&sourceNodes, const std::vector\< std::string > \&destinationNodes, const std::string \&solutionTable, const std::map\< std::string, std::string > \&options) const |
| |
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
|
| |
| SolveGraphResponse & |
solveGraph (const std::string \&graphName, const std::vector\< std::string > \&weightsOnEdges, const std::vector\< std::string > \&restrictions, const std::string \&solverType, const std::vector\< std::string > \&sourceNodes, const std::vector\< std::string > \&destinationNodes, const std::string \&solutionTable, const std::map\< std::string, std::string > \&options, SolveGraphResponse \&response\_) const |
| |
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
|
| |
| UpdateRecordsResponse |
updateRecordsRaw (const RawUpdateRecordsRequest \&request\_) const |
| |
Runs multiple predicate-based updates in a single call.
|
| |
| UpdateRecordsResponse & |
updateRecordsRaw (const RawUpdateRecordsRequest \&request\_, UpdateRecordsResponse \&response\_) const |
| |
Runs multiple predicate-based updates in a single call.
|
| |
| template\ |
| UpdateRecordsResponse |
updateRecords (const UpdateRecordsRequest\< TRequest > \&request\_) const |
| |
Runs multiple predicate-based updates in a single call.
|
| |
| template\ |
| UpdateRecordsResponse & |
updateRecords (const UpdateRecordsRequest\< TRequest > \&request\_, UpdateRecordsResponse \&response\_) const |
| |
Runs multiple predicate-based updates in a single call.
|
| |
| template\ |
| UpdateRecordsResponse |
updateRecords (const std::string \&tableName, const std::vector\< std::string > \&expressions, const std::vector\< std::map\< std::string, boost::optional\< std::string > > > \&newValuesMaps, const std::vector\< TRequest > \&data, const std::map\< std::string, std::string > \&options) const |
| |
Runs multiple predicate-based updates in a single call.
|
| |
| template\ |
| UpdateRecordsResponse & |
updateRecords (const std::string \&tableName, const std::vector\< std::string > \&expressions, const std::vector\< std::map\< std::string, boost::optional\< std::string > > > \&newValuesMaps, const std::vector\< TRequest > \&data, const std::map\< std::string, std::string > \&options, UpdateRecordsResponse \&response\_) const |
| |
Runs multiple predicate-based updates in a single call.
|
| |
| UploadFilesResponse |
uploadFiles (const UploadFilesRequest \&request\_) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesResponse & |
uploadFiles (const UploadFilesRequest \&request\_, UploadFilesResponse \&response\_) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesResponse |
uploadFiles (const std::vector\< std::string > \&fileNames, const std::vector\< std::vector\< uint8\_t > > \&fileData, const std::map\< std::string, std::string > \&options) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesResponse & |
uploadFiles (const std::vector\< std::string > \&fileNames, const std::vector\< std::vector\< uint8\_t > > \&fileData, const std::map\< std::string, std::string > \&options, UploadFilesResponse \&response\_) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesFromurlResponse |
uploadFilesFromurl (const UploadFilesFromurlRequest \&request\_) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesFromurlResponse & |
uploadFilesFromurl (const UploadFilesFromurlRequest \&request\_, UploadFilesFromurlResponse \&response\_) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesFromurlResponse |
uploadFilesFromurl (const std::vector\< std::string > \&fileNames, const std::vector\< std::string > \&urls, const std::map\< std::string, std::string > \&options) const |
| |
Uploads one or more files to KiFS.
|
| |
| UploadFilesFromurlResponse & |
uploadFilesFromurl (const std::vector\< std::string > \&fileNames, const std::vector\< std::string > \&urls, const std::map\< std::string, std::string > \&options, UploadFilesFromurlResponse \&response\_) const |
| |
Uploads one or more files to KiFS.
|
| |
| VerifyBackupResponse |
verifyBackup (const VerifyBackupRequest \&request\_) const |
| |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
|
| |
| VerifyBackupResponse & |
verifyBackup (const VerifyBackupRequest \&request\_, VerifyBackupResponse \&response\_) const |
| |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
|
| |
| VerifyBackupResponse |
verifyBackup (const std::string \&backupName, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options) const |
| |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
|
| |
| VerifyBackupResponse & |
verifyBackup (const std::string \&backupName, const std::string \&datasourceName, const std::map\< std::string, std::string > \&options, VerifyBackupResponse \&response\_) const |
| |
Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by datasourceName.
|
| |
| VisualizeImageChartResponse |
visualizeImageChart (const VisualizeImageChartRequest \&request\_) const |
| |
Scatter plot is the only plot type currently supported.
|
| |
| VisualizeImageChartResponse & |
visualizeImageChart (const VisualizeImageChartRequest \&request\_, VisualizeImageChartResponse \&response\_) const |
| |
Scatter plot is the only plot type currently supported.
|
| |
| VisualizeImageChartResponse |
visualizeImageChart (const std::string \&tableName, const std::vector\< std::string > \&xColumnNames, const std::vector\< std::string > \&yColumnNames, const double minX, const double maxX, const double minY, const double maxY, const int32\_t width, const int32\_t height, const std::string \&bgColor, const std::map\< std::string, std::vector\< std::string > > \&styleOptions, const std::map\< std::string, std::string > \&options) const |
| |
Scatter plot is the only plot type currently supported.
|
| |
| VisualizeImageChartResponse & |
visualizeImageChart (const std::string \&tableName, const std::vector\< std::string > \&xColumnNames, const std::vector\< std::string > \&yColumnNames, const double minX, const double maxX, const double minY, const double maxY, const int32\_t width, const int32\_t height, const std::string \&bgColor, const std::map\< std::string, std::vector\< std::string > > \&styleOptions, const std::map\< std::string, std::string > \&options, VisualizeImageChartResponse \&response\_) const |
| |
Scatter plot is the only plot type currently supported.
|
| |
| VisualizeIsochroneResponse |
visualizeIsochrone (const VisualizeIsochroneRequest \&request\_) const |
| |
Generate an image containing isolines for travel results using an existing graph.
|
| |
| VisualizeIsochroneResponse & |
visualizeIsochrone (const VisualizeIsochroneRequest \&request\_, VisualizeIsochroneResponse \&response\_) const |
| |
Generate an image containing isolines for travel results using an existing graph.
|
| |
| VisualizeIsochroneResponse |
visualizeIsochrone (const std::string \&graphName, const std::string \&sourceNode, const double maxSolutionRadius, const std::vector\< std::string > \&weightsOnEdges, const std::vector\< std::string > \&restrictions, const int32\_t numLevels, const bool generateImage, const std::string \&levelsTable, const std::map\< std::string, std::string > \&styleOptions, const std::map\< std::string, std::string > \&solveOptions, const std::map\< std::string, std::string > \&contourOptions, const std::map\< std::string, std::string > \&options) const |
| |
Generate an image containing isolines for travel results using an existing graph.
|
| |
| VisualizeIsochroneResponse & |
visualizeIsochrone (const std::string \&graphName, const std::string \&sourceNode, const double maxSolutionRadius, const std::vector\< std::string > \&weightsOnEdges, const std::vector\< std::string > \&restrictions, const int32\_t numLevels, const bool generateImage, const std::string \&levelsTable, const std::map\< std::string, std::string > \&styleOptions, const std::map\< std::string, std::string > \&solveOptions, const std::map\< std::string, std::string > \&contourOptions, const std::map\< std::string, std::string > \&options, VisualizeIsochroneResponse \&response\_) const |
| |
Generate an image containing isolines for travel results using an existing graph.
|
| |
| void |
addKnownType (const std::string \&typeId, const avro::DecoderPtr \&decoder) |
| |
| template\ |
| void |
addKnownType (const std::string \&typeId) |
| |
| template\ |
| void |
addKnownType (const std::string \&typeId, const std::string \&schemaString) |
| |
| template\ |
| void |
addKnownType (const std::string \&typeId, const ::avro::ValidSchema \&schema) |
| |
| void |
addKnownTypeFromTable (const std::string \&tableName, const avro::DecoderPtr \&decoder) |
| |
| template\ |
| void |
addKnownTypeFromTable (const std::string \&tableName) |
| |
| template\ |
| void |
addKnownTypeFromTable (const std::string \&tableName, const std::string \&schemaString) |
| |
| template\ |
| void |
addKnownTypeFromTable (const std::string \&tableName, const ::avro::ValidSchema \&schema) |
| |
| template\<> |
| GetRecordsResponse\< boost::any > |
getRecords (const GetRecordsRequest \&request\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > & |
getRecords (const GetRecordsRequest \&request\_, GetRecordsResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > |
getRecords (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > & |
getRecords (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > |
getRecordsBySeries (const GetRecordsBySeriesRequest \&request\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > & |
getRecordsBySeries (const GetRecordsBySeriesRequest \&request\_, GetRecordsBySeriesResponse\< boost::any > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > |
getRecordsBySeries (const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > & |
getRecordsBySeries (const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsBySeriesResponse\< boost::any > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > |
getRecordsFromCollection (const GetRecordsFromCollectionRequest \&request\_) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > & |
getRecordsFromCollection (const GetRecordsFromCollectionRequest \&request\_, GetRecordsFromCollectionResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > |
getRecordsFromCollection (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > & |
getRecordsFromCollection (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsFromCollectionResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > |
getRecords (const GetRecordsRequest \&request\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > & |
getRecords (const GetRecordsRequest \&request\_, GetRecordsResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > |
getRecords (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsResponse\< boost::any > & |
getRecords (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > |
getRecordsBySeries (const GetRecordsBySeriesRequest \&request\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > & |
getRecordsBySeries (const GetRecordsBySeriesRequest \&request\_, GetRecordsBySeriesResponse\< boost::any > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > |
getRecordsBySeries (const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsBySeriesResponse\< boost::any > & |
getRecordsBySeries (const std::string \&tableName, const std::string \&worldTableName, const int32\_t offset, const int32\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsBySeriesResponse\< boost::any > \&response\_) const |
| |
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > |
getRecordsFromCollection (const GetRecordsFromCollectionRequest \&request\_) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > & |
getRecordsFromCollection (const GetRecordsFromCollectionRequest \&request\_, GetRecordsFromCollectionResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > |
getRecordsFromCollection (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options) const |
| |
Retrieves records from a collection.
|
| |
| template\<> |
| GetRecordsFromCollectionResponse\< boost::any > & |
getRecordsFromCollection (const std::string \&tableName, const int64\_t offset, const int64\_t limit, const std::map\< std::string, std::string > \&options, GetRecordsFromCollectionResponse\< boost::any > \&response\_) const |
| |
Retrieves records from a collection.
|
| |
The documentation for this class was generated from the following files: