Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawAggregateUnpivotResponse |
GPUdb.aggregateUnpivotRaw(AggregateUnpivotRequest request)
Rotate the column values into rows values.
|
Modifier and Type | Method and Description |
---|---|
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
Avro binary encoded response.
|
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setInfo(Map<String,String> info)
Additional information.
|
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setJsonEncodedResponse(String jsonEncodedResponse)
Avro JSON encoded response.
|
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setResponseSchemaStr(String responseSchemaStr)
Avro schema of
binaryEncodedResponse
or jsonEncodedResponse . |
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setTableName(String tableName)
Typically shows the result-table name if provided in the request (Ignore
otherwise).
|
RawAggregateUnpivotResponse |
RawAggregateUnpivotResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
Copyright © 2025. All rights reserved.