public static final class FilterByTableRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUFFER
Buffer size, in meters.
|
static String |
BUFFER_METHOD
Method used to buffer polygons.
|
static String |
COLLECTION_NAME
[DEPRECATED--please specify the containing schema for the view as
part of
viewName and use GPUdb.createSchema to create the schema if non-existent] Name of a
schema for the newly created view. |
static String |
CREATE_TEMP_TABLE
|
static String |
FALSE |
static String |
FILTER_MODE
String indicating the filter mode, either
IN_TABLE or NOT_IN_TABLE . |
static String |
GEOS
Use geos 1 edge per corner algorithm
|
static String |
IN_TABLE |
static String |
MAX_PARTITION_SCORE
Maximum number of points * edges in a partition.
|
static String |
MAX_PARTITION_SIZE
Maximum number of points in a partition.
|
static String |
MODE
|
static String |
NORMAL |
static String |
NOT_IN_TABLE |
static String |
SPATIAL |
static String |
TRUE |
static String |
X_COLUMN_NAME
Name of column containing x value of point being filtered in
SPATIAL mode. |
static String |
Y_COLUMN_NAME
Name of column containing y value of point being filtered in
SPATIAL mode. |
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
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.public static final String FILTER_MODE
IN_TABLE
or NOT_IN_TABLE
.
Supported values:
The default value is IN_TABLE
.public static final String IN_TABLE
public static final String NOT_IN_TABLE
public static final String MODE
public static final String NORMAL
public static final String SPATIAL
public static final String BUFFER
SPATIAL
mode. The default value is '0'.public static final String BUFFER_METHOD
SPATIAL
mode.
Supported values:
The default value is NORMAL
.public static final String GEOS
public static final String MAX_PARTITION_SIZE
SPATIAL
mode. The default value is '0'.public static final String MAX_PARTITION_SCORE
SPATIAL
mode. The default value is
'8000000'.public static final String X_COLUMN_NAME
SPATIAL
mode. The default value is 'x'.public static final String Y_COLUMN_NAME
SPATIAL
mode. The default value is 'y'.Copyright © 2025. All rights reserved.