Package com.gpudb.protocol
Class AggregateMinMaxRequest
java.lang.Object
com.gpudb.protocol.AggregateMinMaxRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordA set of parameters for
GPUdb.aggregateMinMax.
Calculates and returns the minimum and maximum values of a particular column in a table.
Constructor Summary
ConstructorsConstructorDescriptionConstructs an AggregateMinMaxRequest object with default parameters.Constructs an AggregateMinMaxRequest 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 column or an expression of one or more 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 column or an expression of one or more 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
AggregateMinMaxRequest
public AggregateMinMaxRequest()Constructs an AggregateMinMaxRequest object with default parameters.AggregateMinMaxRequest
Constructs an AggregateMinMaxRequest 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 column or an expression of one or more 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 column or an expression of one or more 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: