Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
GPUdb.getRecordsByColumn(GetRecordsByColumnRequest request)
For a given table, retrieves the values of the given columns within a given range.
|
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 |
---|---|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setColumnNames(List<String> columnNames)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setEncoding(String encoding)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setLimit(long limit)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setOffset(long offset)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.