public static final class FilterBySeriesRequest.Options extends Object
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 to create the schema if non-existent] Name of a
schema for the newly created view. |
static String |
CREATE_TEMP_TABLE
|
static String |
EUCLIDEAN |
static String |
FALSE |
static String |
GREAT_CIRCLE |
static String |
SPATIAL_DISTANCE_METRIC
A string representing the coordinate system to use for the spatial
search criteria.
|
static String |
SPATIAL_RADIUS
A positive number passed as a string representing the radius of the
search area centered around each track point's geospatial
coordinates.
|
static String |
TIME_RADIUS
A positive number passed as a string representing the maximum
allowable time difference between the timestamps of a filtered
object and the given track's points.
|
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
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 SPATIAL_RADIUS
public static final String TIME_RADIUS
public static final String SPATIAL_DISTANCE_METRIC
public static final String EUCLIDEAN
public static final String GREAT_CIRCLE
Copyright © 2025. All rights reserved.