Uses of Class
com.gpudb.protocol.GetRecordsByColumnResponse
-
Packages that use GetRecordsByColumnResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetRecordsByColumnResponse in com.gpudb
Methods in com.gpudb that return GetRecordsByColumnResponse Modifier and Type Method Description GetRecordsByColumnResponseRecordRetriever. getColumnsByKey(List<String> columns, List<Object> keyValues, String expression)Retrieves records with the given key values and filter expression from the database using a direct-to-rank fast key lookup, if possible, and falling back to a standard lookup via the head node, if not.GetRecordsByColumnResponseRecordRetriever. getColumnsByKey(List<String> columns, List<Object> keyValues, String expression, long offset)Retrieves records with the given key values and filter expression from the database using a direct-to-rank fast key lookup, if possible, and falling back to a standard lookup via the head node, if not.GetRecordsByColumnResponseGPUdb. getRecordsByColumn(GetRecordsByColumnRequest request)For a given table, retrieves the values from the requested column(s).GetRecordsByColumnResponseGPUdb. getRecordsByColumn(String tableName, List<String> columnNames, long offset, long limit, Map<String,String> options)For a given table, retrieves the values from the requested column(s). -
Uses of GetRecordsByColumnResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetRecordsByColumnResponse Modifier and Type Method Description GetRecordsByColumnResponseGetRecordsByColumnResponse. setData(List<Record> data)Avro binary encoded response.GetRecordsByColumnResponseGetRecordsByColumnResponse. setDataType(Type dataType)TheTypeobject containing the type of the dynamically generated data.GetRecordsByColumnResponseGetRecordsByColumnResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.GetRecordsByColumnResponseGetRecordsByColumnResponse. setInfo(Map<String,String> info)Additional information.GetRecordsByColumnResponseGetRecordsByColumnResponse. setTableName(String tableName)The same table name as was passed in the parameter list.GetRecordsByColumnResponseGetRecordsByColumnResponse. setTotalNumberOfRecords(long totalNumberOfRecords)Total/Filtered number of records.
-