A set of string constants for the parameter FilterRequest.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 FilterRequest.view_name. | |
| const string | TRUE = “true” |
| A boolean constant for the FilterRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the FilterRequest.Options options. | |
| const string | COLLECTION_NAME = “collection_name” |
| [DEPRECATED–please specify the containing schema for the view as part of FilterRequest.view_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created view. | |
| const string | VIEW_ID = “view_id” |
| View this filtered-view is part of. | |
| const string | TTL = “ttl” |
| Sets the TTL of the view specified in FilterRequest.view_name. | |
Detailed Description
A set of string constants for the parameter FilterRequest.options.
Optional parameters.
Member Data Documentation
◆ COLLECTION_NAME
| static |
[DEPRECATED–please specify the containing schema for the view as part of FilterRequest.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.
◆ CREATE_TEMP_TABLE
| static |
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of FilterRequest.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.
◆ FALSE
| static |
A boolean constant for the FilterRequest.Options options.
◆ TRUE
| static |
A boolean constant for the FilterRequest.Options options.
◆ TTL
| static |
Sets the TTL of the view specified in FilterRequest.view_name.
◆ VIEW_ID
| static |
The documentation for this struct was generated from the following files: