public static final class FilterByValueRequest.Options extends Object
CREATE_TEMP_TABLE
: If true
, a unique temporary table name will
be generated in the sys_temp schema and used in place of viewName
. 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
.
COLLECTION_NAME
: [DEPRECATED--please specify the containing schema for
the view as part of viewName
and use GPUdb.createSchema(CreateSchemaRequest)
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.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_NAME
[DEPRECATED--please specify the containing schema for the view as
part of
viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the
schema if non-existent] Name of a schema for the newly created
view. |
static String |
CREATE_TEMP_TABLE
If
true , a unique temporary table name will be generated in
the sys_temp schema and used in place of viewName . |
static String |
FALSE |
static String |
TRUE |
public static final String CREATE_TEMP_TABLE
true
, a unique temporary table name will be generated in
the sys_temp schema and used in place of viewName
. 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
.public static final String TRUE
public static final String FALSE
public static final String COLLECTION_NAME
viewName
and use GPUdb.createSchema(CreateSchemaRequest)
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.Copyright © 2024. All rights reserved.