Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawGetRecordsByColumnResponse |
GPUdb.getRecordsByColumnRaw(GetRecordsByColumnRequest request)
For a given table, retrieves the values of the given columns within a given range.
|
Modifier and Type | Method and Description |
---|---|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setJsonEncodedResponse(String jsonEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setResponseSchemaStr(String responseSchemaStr)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.