Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
RawGetRecordsResponse |
RawGetRecordsResponse.setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setInfo(Map<String,String> info)
Additional information.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setRecordsBinary(List<ByteBuffer> recordsBinary)
If the
encoding was 'binary', then this list contains the binary encoded
records retrieved from the table, otherwise not populated. |
RawGetRecordsResponse |
RawGetRecordsResponse.setRecordsJson(List<String> recordsJson)
If the
encoding was 'json', then this list contains the JSON encoded records
retrieved from the table. |
RawGetRecordsResponse |
RawGetRecordsResponse.setTableName(String tableName)
Value of
tableName . |
RawGetRecordsResponse |
RawGetRecordsResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
RawGetRecordsResponse |
RawGetRecordsResponse.setTypeName(String typeName) |
RawGetRecordsResponse |
RawGetRecordsResponse.setTypeSchema(String typeSchema)
Avro schema of
recordsBinary or recordsJson |
Copyright © 2025. All rights reserved.