Package com.gpudb.protocol
Class AggregateUniqueResponse
java.lang.Object
com.gpudb.protocol.AggregateUniqueResponse
A set of results returned by
GPUdb.aggregateUnique.Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA set of string constants for theAggregateUniqueResponseparameterinfo.Constructor Summary
ConstructorsConstructorDescriptionConstructs an AggregateUniqueResponse object with default parameters.Method Summary
Modifier and TypeMethodDescriptionbooleangetData()Avro binary encoded response.TheTypeobject containing the type of the dynamically generated data.booleanToo many records.getInfo()Additional information.The same table name as was passed in the parameter list.inthashCode()Avro binary encoded response.setDataType(Type dataType) TheTypeobject containing the type of the dynamically generated data.setHasMoreRecords(boolean hasMoreRecords) Too many records.Additional information.setTableName(String tableName) The same table name as was passed in the parameter list.toString()
Method Details
setTableName
The same table name as was passed in the parameter list.Parameters:tableName- The new value fortableName.Returns:thisto mimic the builder pattern.setData
Avro binary encoded response.Parameters:data- The new value fordata.Returns:thisto mimic the builder pattern.getHasMoreRecords
public boolean getHasMoreRecords()Too many records. Returned a partial set.Returns:The current value ofhasMoreRecords.setHasMoreRecords
Too many records. Returned a partial set.Parameters:hasMoreRecords- The new value forhasMoreRecords.Returns:thisto mimic the builder pattern.setInfo
Additional information.QUALIFIED_RESULT_TABLE_NAME: The fully qualified name of the table (i.e. including the schema) used to store the results.
Map.Parameters:info- The new value forinfo.Returns:thisto mimic the builder pattern.setDataType
TheTypeobject containing the type of the dynamically generated data.Parameters:dataType- The new value fordataType.Returns:thisto mimic the builder pattern.