| 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). 
 | 
GetRecordsByColumnResponse | 
GPUdb.getRecordsByColumn(String tableName,
                  List<String> columnNames,
                  long offset,
                  long limit,
                  Map<String,String> options)
For a given table, retrieves the values from the requested column(s). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetRecordsByColumnResponse | 
GetRecordsByColumnResponse.setData(List<Record> data)  | 
GetRecordsByColumnResponse | 
GetRecordsByColumnResponse.setDataType(Type dataType)  | 
GetRecordsByColumnResponse | 
GetRecordsByColumnResponse.setHasMoreRecords(boolean hasMoreRecords)  | 
GetRecordsByColumnResponse | 
GetRecordsByColumnResponse.setTableName(String tableName)  | 
GetRecordsByColumnResponse | 
GetRecordsByColumnResponse.setTotalNumberOfRecords(long totalNumberOfRecords)  | 
Copyright © 2019. All rights reserved.