Package com.gpudb.protocol
Class AggregateMinMaxGeometryRequest
java.lang.Object
com.gpudb.protocol.AggregateMinMaxGeometryRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class AggregateMinMaxGeometryRequest extends Object implements org.apache.avro.generic.IndexedRecord
A set of parameters for
GPUdb.aggregateMinMaxGeometry.
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Constructor Summary
ConstructorsConstructorDescriptionConstructs an AggregateMinMaxGeometryRequest object with default parameters.Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) This method supports the Avro framework and is not intended to be called directly by the user.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Name of a geospatial geometry column on which the min-max will be calculated.Optional parameters.org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Name of the table on which the operation will be performed.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.setColumnName(String columnName) Name of a geospatial geometry column on which the min-max will be calculated.setOptions(Map<String, String> options) Optional parameters.setTableName(String tableName) Name of the table on which the operation will be performed.toString()
Constructor Details
AggregateMinMaxGeometryRequest
public AggregateMinMaxGeometryRequest()Constructs an AggregateMinMaxGeometryRequest object with default parameters.AggregateMinMaxGeometryRequest
public AggregateMinMaxGeometryRequest(String tableName, String columnName, Map<String, String> options) Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.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 emptyMap.
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()This method supports the Avro framework and is not intended to be called directly by the user.Returns:The schema for the class.getTableName
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.Returns:The current value oftableName.setTableName
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.Parameters:tableName- The new value fortableName.Returns:thisto mimic the builder pattern.setColumnName
Name of a geospatial geometry column on which the min-max will be calculated.Parameters:columnName- The new value forcolumnName.Returns:thisto mimic the builder pattern.getSchema
public org.apache.avro.Schema getSchema()This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainerReturns:The schema object describing this class.get
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to getReturns:value of the field with the given index.Throws:put
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:putin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to setvalue- the value to setThrows: