7 using System.Collections.Generic;
51 public const string TRUE =
"true";
52 public const string FALSE =
"false";
205 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
317 IDictionary<string, string>
options =
null)
356 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string table_name
Name of the table on which the filter by track operation will be performed, in [schema_name.
const string SPATIAL_RADIUS
A positive number passed as a string representing the radius of the search area centered around each ...
const string QUALIFIED_VIEW_NAME
The fully qualified name of the view (i.e.
const string GREAT_CIRCLE
const string SPATIAL_DISTANCE_METRIC
A string representing the coordinate system to use for the spatial search criteria.
A set of results returned by Kinetica.filterBySeries.
string view_name
If provided, then this will be the name of the view containing the results, in [schema_name.
FilterBySeriesRequest(string table_name, string view_name, string track_id, IList< string > target_track_ids, IDictionary< string, string > options=null)
Constructs a FilterBySeriesRequest object with the specified parameters.
A set of string constants for the parameter options.
A set of parameters for Kinetica.filterBySeries.
string track_id
The ID of the track which will act as the filtering points.
long count
The number of records passing the series filter.
const string CREATE_TEMP_TABLE
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of ...
IDictionary< string, string > options
Optional parameters.
IList< string > target_track_ids
Up to one track ID to intersect with the "filter" track.
IDictionary< string, string > info
Additional information.
FilterBySeriesRequest()
Constructs a FilterBySeriesRequest object with default parameters.
const string COLLECTION_NAME
[DEPRECATED–please specify the containing schema for the view as part of view_name and use Kinetica....
A set of string constants for the parameter info.
KineticaData - class to help with Avro Encoding for Kinetica
const string TIME_RADIUS
A positive number passed as a string representing the maximum allowable time difference between the t...