| 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 from the requested column(s). 
 | 
RawGetRecordsByColumnResponse | 
GPUdb.getRecordsByColumnRaw(GetRecordsByColumnRequest request)
For a given table, retrieves the values from the requested column(s). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetRecordsByColumnRequest | 
GetRecordsByColumnRequest.setColumnNames(List<String> columnNames)  | 
GetRecordsByColumnRequest | 
GetRecordsByColumnRequest.setEncoding(String encoding)  | 
GetRecordsByColumnRequest | 
GetRecordsByColumnRequest.setLimit(long limit)  | 
GetRecordsByColumnRequest | 
GetRecordsByColumnRequest.setOffset(long offset)  | 
GetRecordsByColumnRequest | 
GetRecordsByColumnRequest.setOptions(Map<String,String> options)  | 
GetRecordsByColumnRequest | 
GetRecordsByColumnRequest.setTableName(String tableName)  | 
Copyright © 2019. All rights reserved.