A set of results returned by GPUdb::filterByTable. More…
#include <gpudb/protocol/filter_by_table.h>
Public Member Functions | |
| FilterByTableResponse () | |
| Constructs a FilterByTableResponse object with default parameters. | |
Public Attributes | |
| int64_t | count |
| The number of records in tableName that have columnName values matching sourceTableColumnName values in sourceTableName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::filterByTable.
Definition at line 440 of file filter_by_table.h.
Constructor & Destructor Documentation
◆ FilterByTableResponse()
| inline |
Constructs a FilterByTableResponse object with default parameters.
Definition at line 445 of file filter_by_table.h.
Member Data Documentation
◆ count
| int64_t gpudb::FilterByTableResponse::count |
The number of records in tableName that have columnName values matching sourceTableColumnName values in sourceTableName.
Definition at line 459 of file filter_by_table.h.
◆ info
| std::map<std::string, std::string> gpudb::FilterByTableResponse::info |
Additional information.
- filter_by_table_qualified_view_name: The fully qualified name of the view (i.e. including the schema).
The default value is an empty map.
Definition at line 470 of file filter_by_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/filter_by_table.h