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)
List of column names or expressions.
|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setEncoding(String encoding)
Specifies the encoding for returned records.
|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setPivotedColumns(List<String> pivotedColumns)
List of one or more values typically the column names of the input
table.
|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setTableName(String tableName)
Name of the table on which the operation will be performed.
|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setValueColumnName(String valueColumnName)
Specifies the value column name.
|
AggregateUnpivotRequest |
AggregateUnpivotRequest.setVariableColumnName(String variableColumnName)
Specifies the variable/parameter column name.
|
Copyright © 2025. All rights reserved.