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.
|
GetRecordsByColumnResponse |
GPUdb.getRecordsByColumn(String tableName,
List<String> columnNames,
long offset,
long limit,
Map<String,String> options)
For a given table, retrieves the values of the given columns within a given range.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.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.