Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AggregateUnpivotResponse |
GPUdb.aggregateUnpivot(AggregateUnpivotRequest request)
Rotate the column values into rows values.
|
AggregateUnpivotResponse |
GPUdb.aggregateUnpivot(String tableName,
List<String> columnNames,
String variableColumnName,
String valueColumnName,
List<String> pivotedColumns,
Map<String,String> options)
Rotate the column values into rows values.
|
Modifier and Type | Method and Description |
---|---|
AggregateUnpivotResponse |
AggregateUnpivotResponse.setData(List<Record> data)
Avro binary encoded response.
|
AggregateUnpivotResponse |
AggregateUnpivotResponse.setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
AggregateUnpivotResponse |
AggregateUnpivotResponse.setInfo(Map<String,String> info)
Additional information.
|
AggregateUnpivotResponse |
AggregateUnpivotResponse.setTableName(String tableName)
Typically shows the result-table name if provided in the request (Ignore
otherwise).
|
AggregateUnpivotResponse |
AggregateUnpivotResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
Copyright © 2025. All rights reserved.