public class AggregateMinMaxGeometryResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.aggregateMinMaxGeometry.| Constructor and Description |
|---|
AggregateMinMaxGeometryResponse()
Constructs an AggregateMinMaxGeometryResponse object with default
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getInfo()
Additional information.
|
double |
getMaxX()
Maximum x-coordinate value of the
columnName. |
double |
getMaxY()
Maximum y-coordinate value of the
columnName. |
double |
getMinX()
Minimum x-coordinate value of the
columnName. |
double |
getMinY()
Minimum y-coordinate value of the
columnName. |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
AggregateMinMaxGeometryResponse |
setInfo(Map<String,String> info)
Additional information.
|
AggregateMinMaxGeometryResponse |
setMaxX(double maxX)
Maximum x-coordinate value of the
columnName. |
AggregateMinMaxGeometryResponse |
setMaxY(double maxY)
Maximum y-coordinate value of the
columnName. |
AggregateMinMaxGeometryResponse |
setMinX(double minX)
Minimum x-coordinate value of the
columnName. |
AggregateMinMaxGeometryResponse |
setMinY(double minY)
Minimum y-coordinate value of the
columnName. |
String |
toString() |
public AggregateMinMaxGeometryResponse()
public static org.apache.avro.Schema getClassSchema()
public double getMinX()
columnName.minX.public AggregateMinMaxGeometryResponse setMinX(double minX)
columnName.minX - The new value for minX.this to mimic the builder pattern.public double getMaxX()
columnName.maxX.public AggregateMinMaxGeometryResponse setMaxX(double maxX)
columnName.maxX - The new value for maxX.this to mimic the builder pattern.public double getMinY()
columnName.minY.public AggregateMinMaxGeometryResponse setMinY(double minY)
columnName.minY - The new value for minY.this to mimic the builder pattern.public double getMaxY()
columnName.maxY.public AggregateMinMaxGeometryResponse setMaxY(double maxY)
columnName.maxY - The new value for maxY.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public AggregateMinMaxGeometryResponse setInfo(Map<String,String> info)
info - The new value for info.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.