Kinetica C# API
Version 7.0.19.0
|
Optional parameters. More...
Public Attributes | |
const string | COLLECTION_NAME = "collection_name" |
Name of a collection which is to contain the join. More... | |
const string | MAX_QUERY_DIMENSIONS = "max_query_dimensions" |
Obsolete in GPUdb v7.0 More... | |
const string | OPTIMIZE_LOOKUPS = "optimize_lookups" |
Use more memory to speed up the joining of tables. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | TTL = "ttl" |
Sets the TTL of the join table specified in join_table_name. More... | |
const string | VIEW_ID = "view_id" |
view this projection is part of. More... | |
const string | NO_COUNT = "no_count" |
return a count of 0 for the join table for logging and for show_table. More... | |
const string | CHUNK_SIZE = "chunk_size" |
Maximum number of records per joined-chunk for this table. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 93 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.CHUNK_SIZE = "chunk_size" |
Maximum number of records per joined-chunk for this table.
Defaults to the gpudb.conf file chunk size
Definition at line 139 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.COLLECTION_NAME = "collection_name" |
Name of a collection which is to contain the join.
If the collection provided is non-existent, the collection will be automatically created. If empty, then the join will be at the top level. The default value is ''.
Definition at line 100 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.FALSE = "false" |
Definition at line 121 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.MAX_QUERY_DIMENSIONS = "max_query_dimensions" |
Obsolete in GPUdb v7.0
Definition at line 103 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.NO_COUNT = "no_count" |
return a count of 0 for the join table for logging and for show_table.
optimization needed for large overlapped equi-join stencils. The default value is 'false'.
Definition at line 135 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.OPTIMIZE_LOOKUPS = "optimize_lookups" |
Use more memory to speed up the joining of tables.
Supported values:
The default value is FALSE.
Definition at line 119 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.TRUE = "true" |
Definition at line 120 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.TTL = "ttl" |
Sets the TTL of the join table specified in join_table_name.
Definition at line 126 of file CreateJoinTable.cs.
const string kinetica.CreateJoinTableRequest.Options.VIEW_ID = "view_id" |
view this projection is part of.
The default value is ''.
Definition at line 130 of file CreateJoinTable.cs.