GPUdb C++ API  Version 6.2.0.3
gpudb::FilterBySeriesResponse Struct Reference

A set of output parameters for filterBySeries(const FilterBySeriesRequest&) 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
 

Detailed Description

A set of output parameters for filterBySeries(const FilterBySeriesRequest&) 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

◆ FilterBySeriesResponse()

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

◆ count

int64_t gpudb::FilterBySeriesResponse::count

Definition at line 216 of file filter_by_series.h.


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