Skip to main content
  • aggregateMinMaxGeometry

    public AggregateMinMaxGeometryResponse aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest request) throws GPUdbException
    Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • aggregateMinMaxGeometry

    public AggregateMinMaxGeometryResponse aggregateMinMaxGeometry(String tableName, String columnName, Map<String,String> options) throws GPUdbException
    Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
    Parameters:
    tableName - Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules.
    columnName - Name of a geospatial geometry column on which the min-max will be calculated.
    options - Optional parameters. The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.