Uses of Class
com.gpudb.protocol.RawGetRecordsResponse
-
Packages that use RawGetRecordsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RawGetRecordsResponse in com.gpudb
Methods in com.gpudb that return RawGetRecordsResponse Modifier and Type Method Description RawGetRecordsResponseGPUdb. getRecordsRaw(GetRecordsRequest request)Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. -
Uses of RawGetRecordsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RawGetRecordsResponse Modifier and Type Method Description RawGetRecordsResponseRawGetRecordsResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.RawGetRecordsResponseRawGetRecordsResponse. setInfo(Map<String,String> info)Additional information.RawGetRecordsResponseRawGetRecordsResponse. setRecordsBinary(List<ByteBuffer> recordsBinary)If theencodingwas 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated.RawGetRecordsResponseRawGetRecordsResponse. setRecordsJson(List<String> recordsJson)If theencodingwas 'json', then this list contains the JSON encoded records retrieved from the table.RawGetRecordsResponseRawGetRecordsResponse. setTableName(String tableName)Value oftableName.RawGetRecordsResponseRawGetRecordsResponse. setTotalNumberOfRecords(long totalNumberOfRecords)Total/Filtered number of records.RawGetRecordsResponseRawGetRecordsResponse. setTypeName(String typeName)RawGetRecordsResponseRawGetRecordsResponse. setTypeSchema(String typeSchema)Avro schema ofrecordsBinaryorrecordsJson
-