7 using System.Collections.Generic;
139 public const string TRUE =
"true";
140 public const string FALSE =
"false";
281 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
389 IDictionary<string, string>
options = null)
391 this.table_name = table_name ??
"";
392 this.view_name = view_name ??
"";
393 this.track_id = track_id ??
"";
394 this.target_track_ids = target_track_ids ??
new List<string>();
395 this.options =
options ??
new Dictionary<string, string>();
443 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,string,string,IList{string},IDictionary{string, string}).
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 parameters for Kinetica.filterBySeries(string,string,string,IList{string},IDictionary{string, string}).
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...
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...