Skip to main content

A set of results returned by GPUdb::filterByRange. More…

#include <gpudb/protocol/filter_by_range.h>

Public Member Functions

 FilterByRangeResponse ()
 Constructs a FilterByRangeResponse object with default parameters.
 

Public Attributes

int64_t count
 The number of records passing the range filter.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::filterByRange.

Definition at line 264 of file filter_by_range.h.

Constructor & Destructor Documentation

◆ FilterByRangeResponse()

gpudb::FilterByRangeResponse::FilterByRangeResponse ()
inline

Constructs a FilterByRangeResponse object with default parameters.

Definition at line 269 of file filter_by_range.h.

Member Data Documentation

◆ count

int64_t gpudb::FilterByRangeResponse::count

The number of records passing the range filter.

Definition at line 278 of file filter_by_range.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 289 of file filter_by_range.h.


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