| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
<TResponse> |
GPUdb.getRecords(GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
<TResponse> |
GPUdb.getRecords(Object typeDescriptor,
GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
RawGetRecordsResponse |
GPUdb.getRecordsRaw(GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsRequest |
GetRecordsRequest.setEncoding(String encoding) |
GetRecordsRequest |
GetRecordsRequest.setLimit(long limit) |
GetRecordsRequest |
GetRecordsRequest.setOffset(long offset) |
GetRecordsRequest |
GetRecordsRequest.setOptions(Map<String,String> options) |
GetRecordsRequest |
GetRecordsRequest.setTableName(String tableName) |
Copyright © 2020. All rights reserved.