Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
RecordRetriever.getColumnsByKey(List<String> columns,
List<Object> keyValues,
String expression)
Retrieves records with the given key values and filter expression from
the database using a direct-to-rank fast key lookup, if possible, and
falling back to a standard lookup via the head node, if not.
|
GetRecordsByColumnResponse |
RecordRetriever.getColumnsByKey(List<String> columns,
List<Object> keyValues,
String expression,
long offset) |
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)
Avro binary encoded response.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setInfo(Map<String,String> info)
Additional information.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setTableName(String tableName)
The same table name as was passed in the parameter list.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
Copyright © 2025. All rights reserved.