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)
A positive integer indicating the maximum number of results to be
returned, or END_OF_SET (-9999) to indicate that the maximum number of
results allowed by the server should be returned.
|
GetRecordsRequest |
GetRecordsRequest.setOffset(long offset)
A positive integer indicating the number of initial results to skip
(this can be useful for paging through the results).
|
GetRecordsRequest |
GetRecordsRequest.setOptions(Map<String,String> options)
EXPRESSION : Optional filter
expression to apply to the table. |
GetRecordsRequest |
GetRecordsRequest.setTableName(String tableName)
Name of the table or view from which the records will be fetched, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |