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

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

#include <gpudb/protocol/filter_by_series.h>

Public Member Functions

 FilterBySeriesResponse ()
 Constructs a FilterBySeriesResponse 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 matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges-spatial and temporal-of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges). The user also has the flexibility of using different metrics for the spatial distance calculation: Euclidean (flat geometry) or Great Circle (spherical geometry to approximate the Earth's surface distances). The filtered points are stored in a newly created result set. The return value of the function is the number of points in the resultant set (view).

This operation is synchronous, meaning that a response will not be returned until all the objects are fully available.

Definition at line 204 of file filter_by_series.h.

Constructor & Destructor Documentation

gpudb::FilterBySeriesResponse::FilterBySeriesResponse ( )
inline

Constructs a FilterBySeriesResponse object with default parameter values.

Definition at line 211 of file filter_by_series.h.

Member Data Documentation

int64_t gpudb::FilterBySeriesResponse::count

Definition at line 217 of file filter_by_series.h.

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

Definition at line 218 of file filter_by_series.h.


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