Uses of Class
com.gpudb.protocol.RawAggregateGroupByResponse
-
Packages that use RawAggregateGroupByResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RawAggregateGroupByResponse in com.gpudb
Methods in com.gpudb that return RawAggregateGroupByResponse Modifier and Type Method Description RawAggregateGroupByResponseGPUdb. aggregateGroupByRaw(AggregateGroupByRequest request)Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. -
Uses of RawAggregateGroupByResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RawAggregateGroupByResponse Modifier and Type Method Description RawAggregateGroupByResponseRawAggregateGroupByResponse. setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)Avro binary encoded response.RawAggregateGroupByResponseRawAggregateGroupByResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.RawAggregateGroupByResponseRawAggregateGroupByResponse. setInfo(Map<String,String> info)Additional information.RawAggregateGroupByResponseRawAggregateGroupByResponse. setJsonEncodedResponse(String jsonEncodedResponse)Avro JSON encoded response.RawAggregateGroupByResponseRawAggregateGroupByResponse. setResponseSchemaStr(String responseSchemaStr)Avro schema ofbinaryEncodedResponseorjsonEncodedResponse.RawAggregateGroupByResponseRawAggregateGroupByResponse. setTotalNumberOfRecords(long totalNumberOfRecords)Total/Filtered number of records.
-