| 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.
|
RawAggregateUnpivotResponse |
GPUdb.aggregateUnpivotRaw(AggregateUnpivotRequest request)
Rotate the column values into rows values.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setColumnNames(List<String> columnNames) |
AggregateUnpivotRequest |
AggregateUnpivotRequest.setEncoding(String encoding) |
AggregateUnpivotRequest |
AggregateUnpivotRequest.setOptions(Map<String,String> options) |
AggregateUnpivotRequest |
AggregateUnpivotRequest.setPivotedColumns(List<String> pivotedColumns) |
AggregateUnpivotRequest |
AggregateUnpivotRequest.setTableName(String tableName) |
AggregateUnpivotRequest |
AggregateUnpivotRequest.setValueColumnName(String valueColumnName) |
AggregateUnpivotRequest |
AggregateUnpivotRequest.setVariableColumnName(String variableColumnName) |
Copyright © 2020. All rights reserved.