Package com.gpudb.protocol
Class AggregateUnpivotResponse
java.lang.Object
com.gpudb.protocol.AggregateUnpivotResponse
A set of results returned by
GPUdb.aggregateUnpivot.Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA set of string constants for theAggregateUnpivotResponseparameterinfo.Constructor Summary
ConstructorsConstructorDescriptionConstructs an AggregateUnpivotResponse 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.Typically shows the result-table name if provided in the request (Ignore otherwise).longTotal/Filtered number of records.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) Typically shows the result-table name if provided in the request (Ignore otherwise).setTotalNumberOfRecords(long totalNumberOfRecords) Total/Filtered number of records.toString()
Method Details
setTableName
Typically shows the result-table name if provided in the request (Ignore otherwise).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.getTotalNumberOfRecords
public long getTotalNumberOfRecords()Total/Filtered number of records.Returns:The current value oftotalNumberOfRecords.setTotalNumberOfRecords
Total/Filtered number of records.Parameters:totalNumberOfRecords- The new value fortotalNumberOfRecords.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.