Uses of Class
com.gpudb.protocol.AggregateUnpivotRequest
-
Packages that use AggregateUnpivotRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AggregateUnpivotRequest in com.gpudb
Methods in com.gpudb with parameters of type AggregateUnpivotRequest Modifier and Type Method Description AggregateUnpivotResponseGPUdb. aggregateUnpivot(AggregateUnpivotRequest request)Rotate the column values into rows values.RawAggregateUnpivotResponseGPUdb. aggregateUnpivotRaw(AggregateUnpivotRequest request)Rotate the column values into rows values. -
Uses of AggregateUnpivotRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AggregateUnpivotRequest Modifier and Type Method Description AggregateUnpivotRequestAggregateUnpivotRequest. setColumnNames(List<String> columnNames)List of column names or expressions.AggregateUnpivotRequestAggregateUnpivotRequest. setEncoding(String encoding)Specifies the encoding for returned records.AggregateUnpivotRequestAggregateUnpivotRequest. setOptions(Map<String,String> options)Optional parameters.AggregateUnpivotRequestAggregateUnpivotRequest. setPivotedColumns(List<String> pivotedColumns)List of one or more values typically the column names of the input table.AggregateUnpivotRequestAggregateUnpivotRequest. setTableName(String tableName)Name of the table on which the operation will be performed.AggregateUnpivotRequestAggregateUnpivotRequest. setValueColumnName(String valueColumnName)Specifies the value column name.AggregateUnpivotRequestAggregateUnpivotRequest. setVariableColumnName(String variableColumnName)Specifies the variable/parameter column name.
-