7 using System.Collections.Generic;
47 public const string TRUE =
"true";
48 public const string FALSE =
"false";
94 public const string MODE =
"mode";
96 public const string NORMAL =
"normal";
122 public const string GEOS =
"geos";
324 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
501 IDictionary<string, string>
options =
null)
548 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
FilterByTableRequest()
Constructs a FilterByTableRequest 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....
string source_table_name
Name of the table whose data will be compared against in the table called table_name,...
long count
The number of records in table_name that have column_name values matching source_table_column_name va...
const string BUFFER
Buffer size, in meters.
string source_table_column_name
Name of the column in the source_table_name whose values will be used as the filter for table table_n...
const string NOT_IN_TABLE
const string FILTER_MODE
String indicating the filter mode, either IN_TABLE or NOT_IN_TABLE.
const string MAX_PARTITION_SIZE
Maximum number of points in a partition.
string view_name
If provided, then this will be the name of the view containing the results, in [schema_name.
const string MODE
Mode - should be either SPATIAL or NORMAL.
const string X_COLUMN_NAME
Name of column containing x value of point being filtered in SPATIAL mode.
A set of results returned by Kinetica.filterByTable.
const string QUALIFIED_VIEW_NAME
The fully qualified name of the view (i.e.
string table_name
Name of the table whose data will be filtered, in [schema_name.
FilterByTableRequest(string table_name, string view_name, string column_name, string source_table_name, string source_table_column_name, IDictionary< string, string > options=null)
Constructs a FilterByTableRequest object with the specified parameters.
string column_name
Name of the column by whose value the data will be filtered from the table designated by table_name.
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 ...
A set of string constants for the parameter info.
const string GEOS
Use geos 1 edge per corner algorithm
const string Y_COLUMN_NAME
Name of column containing y value of point being filtered in SPATIAL mode.
IDictionary< string, string > info
Additional information.
A set of string constants for the parameter options.
const string MAX_PARTITION_SCORE
Maximum number of points * edges in a partition.
const string BUFFER_METHOD
Method used to buffer polygons.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for Kinetica.filterByTable.