A set of string constants for the parameter FilterByTableRequest.options. More…
Static Public Attributes | |
| const string | CREATE_TEMP_TABLE = “create_temp_table” |
| If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterByTableRequest.view_name. | |
| const string | TRUE = “true” |
| A boolean constant for the FilterByTableRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the FilterByTableRequest.Options options. | |
| const string | COLLECTION_NAME = “collection_name” |
| [DEPRECATED–please specify the containing schema for the view as part of FilterByTableRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view. | |
| const string | FILTER_MODE = “filter_mode” |
| String indicating the filter mode, either IN_TABLE or NOT_IN_TABLE. | |
| const string | IN_TABLE = “in_table” |
| A constant for the FilterByTableRequest.Options options. | |
| const string | NOT_IN_TABLE = “not_in_table” |
| A constant for the FilterByTableRequest.Options options. | |
| const string | MODE = “mode” |
| Mode - should be either SPATIAL or NORMAL. | |
| const string | NORMAL = “normal” |
| A constant for the FilterByTableRequest.Options options. | |
| const string | SPATIAL = “spatial” |
| A constant for the FilterByTableRequest.Options options. | |
| const string | BUFFER = “buffer” |
| Buffer size, in meters. | |
| const string | BUFFER_METHOD = “buffer_method” |
| Method used to buffer polygons. | |
| const string | GEOS = “geos” |
| Use geos 1 edge per corner algorithm. | |
| const string | MAX_PARTITION_SIZE = “max_partition_size” |
| Maximum number of points in a partition. | |
| const string | MAX_PARTITION_SCORE = “max_partition_score” |
| Maximum number of points * edges in a partition. | |
| const string | X_COLUMN_NAME = “x_column_name” |
| Name of column containing x value of point being filtered in SPATIAL mode. | |
| const string | Y_COLUMN_NAME = “y_column_name” |
| Name of column containing y value of point being filtered in SPATIAL mode. | |
Detailed Description
A set of string constants for the parameter FilterByTableRequest.options.
Optional parameters.
Definition at line 29 of file FilterByTable.cs.
Member Data Documentation
◆ BUFFER
| static |
Buffer size, in meters.
Only relevant for SPATIAL mode. The default value is ‘0’.
Definition at line 138 of file FilterByTable.cs.
◆ BUFFER_METHOD
| static |
◆ COLLECTION_NAME
| static |
[DEPRECATED–please specify the containing schema for the view as part of FilterByTableRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view.
If the schema is non-existent, it will be automatically created.
Definition at line 73 of file FilterByTable.cs.
◆ CREATE_TEMP_TABLE
| static |
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterByTableRequest.view_name.
This is always allowed even if the caller does not have permission to create tables. The generated name is returned in QUALIFIED_VIEW_NAME. Supported values:
The default value is FALSE.
Definition at line 55 of file FilterByTable.cs.
◆ FALSE
| static |
A boolean constant for the FilterByTableRequest.Options options.
Definition at line 63 of file FilterByTable.cs.
◆ FILTER_MODE
| static |
String indicating the filter mode, either IN_TABLE or NOT_IN_TABLE.
Supported values:
The default value is IN_TABLE.
Definition at line 95 of file FilterByTable.cs.
◆ GEOS
| static |
Use geos 1 edge per corner algorithm.
Definition at line 163 of file FilterByTable.cs.
◆ IN_TABLE
| static |
A constant for the FilterByTableRequest.Options options.
Definition at line 99 of file FilterByTable.cs.
◆ MAX_PARTITION_SCORE
| static |
Maximum number of points * edges in a partition.
Only relevant for SPATIAL mode. The default value is ‘8000000’.
Definition at line 175 of file FilterByTable.cs.
◆ MAX_PARTITION_SIZE
| static |
Maximum number of points in a partition.
Only relevant for SPATIAL mode. The default value is ‘0’.
Definition at line 169 of file FilterByTable.cs.
◆ MODE
| static |
◆ NORMAL
| static |
A constant for the FilterByTableRequest.Options options.
Definition at line 128 of file FilterByTable.cs.
◆ NOT_IN_TABLE
| static |
A constant for the FilterByTableRequest.Options options.
Definition at line 103 of file FilterByTable.cs.
◆ SPATIAL
| static |
A constant for the FilterByTableRequest.Options options.
Definition at line 132 of file FilterByTable.cs.
◆ TRUE
| static |
A boolean constant for the FilterByTableRequest.Options options.
Definition at line 59 of file FilterByTable.cs.
◆ X_COLUMN_NAME
| static |
Name of column containing x value of point being filtered in SPATIAL mode.
The default value is ‘x’.
Definition at line 181 of file FilterByTable.cs.
◆ Y_COLUMN_NAME
| static |
Name of column containing y value of point being filtered in SPATIAL mode.
The default value is ‘y’.
Definition at line 187 of file FilterByTable.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/FilterByTable.cs
- Kinetica/Protocol/FilterByTable.cs