|
| enum class | TabularDataSourceType { k_standard
, k_hot_storage
, k_pipeline_sink
} |
| |
|
using | BSONBytes = std::vector<uint8_t> |
| |
|
|
| DataClient (DataClient &&)=default |
| |
|
DataClient & | operator= (DataClient &&)=default |
| |
|
const ViamChannel & | channel () const |
| |
| std::vector< BSONBytes > | tabular_data_by_mql (const std::string &org_id, const std::vector< BSONBytes > &mql_binary, const tabular_data_by_mql_opts &opts) |
| | Request tabular data using an MQL query.
|
| |
|
std::vector< BSONBytes > | tabular_data_by_mql (const std::string &org_id, const std::vector< BSONBytes > &mql_binary) |
| | Convenience overload with default options.
|
| |
◆ tabular_data_by_mql()
| std::vector< BSONBytes > viam::sdk::DataClient::tabular_data_by_mql |
( |
const std::string & | org_id, |
|
|
const std::vector< BSONBytes > & | mql_binary, |
|
|
const tabular_data_by_mql_opts & | opts ) |
Request tabular data using an MQL query.
- Parameters
-
| mql_binary | A MongoDB aggregation pipeline as a list of BSON documents, each representing one stage in the pipeline. |
- Returns
- BSON documents of unified tabular data and metadata.
The documentation for this class was generated from the following file: