Uses of Class
com.gpudb.protocol.AggregateUnpivotResponse
-
Packages that use AggregateUnpivotResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateUnpivotResponse in com.gpudb
Methods in com.gpudb that return AggregateUnpivotResponse Modifier and Type Method Description AggregateUnpivotResponseGPUdb. aggregateUnpivot(AggregateUnpivotRequest request)Rotate the column values into rows values.AggregateUnpivotResponseGPUdb. aggregateUnpivot(String tableName, List<String> columnNames, String variableColumnName, String valueColumnName, List<String> pivotedColumns, Map<String,String> options)Rotate the column values into rows values. -
Uses of AggregateUnpivotResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateUnpivotResponse Modifier and Type Method Description AggregateUnpivotResponseAggregateUnpivotResponse. setData(List<Record> data)Avro binary encoded response.AggregateUnpivotResponseAggregateUnpivotResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.AggregateUnpivotResponseAggregateUnpivotResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.AggregateUnpivotResponseAggregateUnpivotResponse. setInfo(Map<String,String> info)Additional information.AggregateUnpivotResponseAggregateUnpivotResponse. setTableName(String tableName)Typically shows the result-table name if provided in the request (Ignore otherwise).AggregateUnpivotResponseAggregateUnpivotResponse. setTotalNumberOfRecords(long totalNumberOfRecords)Total/Filtered number of records.
-