GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::FilterByTableResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/filter_by_table.h>

Public Member Functions

 FilterByTableResponse ()
 Constructs a FilterByTableResponse object with default parameter values. More...
 

Public Attributes

int64_t count
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Filters objects in one table based on objects in another table. The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a viewName is specified, then the filtered objects will then be put in a newly created view. The operation is synchronous, meaning that a response will not be returned until all objects are fully available in the result view. The return value contains the count (i.e. the size) of the resulting view.

Definition at line 235 of file filter_by_table.h.

Constructor & Destructor Documentation

gpudb::FilterByTableResponse::FilterByTableResponse ( )
inline

Constructs a FilterByTableResponse object with default parameter values.

Definition at line 242 of file filter_by_table.h.

Member Data Documentation

int64_t gpudb::FilterByTableResponse::count

Definition at line 248 of file filter_by_table.h.

std::map<std::string, std::string> gpudb::FilterByTableResponse::info

Definition at line 249 of file filter_by_table.h.


The documentation for this struct was generated from the following file: