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) |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setDataType(Type dataType) |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setHasMoreRecords(boolean hasMoreRecords) |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setInfo(Map<String,String> info) |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setTableName(String tableName) |
AggregateUnpivotResponse |
AggregateUnpivotResponse.setTotalNumberOfRecords(long totalNumberOfRecords) |
Copyright © 2020. All rights reserved.