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).
|
RawGetRecordsByColumnResponse |
GPUdb.getRecordsByColumnRaw(GetRecordsByColumnRequest request)
For a given table, retrieves the values from the requested column(s).
|
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setColumnNames(List<String> columnNames)
The list of column values to retrieve.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setEncoding(String encoding)
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.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.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setOffset(long offset)
A positive integer indicating the number of initial results to skip
(this can be useful for paging through the results).
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setOptions(Map<String,String> options)
EXPRESSION : Optional filter
expression to apply to the table. |
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setTableName(String tableName)
Name of the table or view on which this operation will be performed, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |