Uses of Class
com.gpudb.protocol.RawAggregateUniqueResponse
-
Packages that use RawAggregateUniqueResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RawAggregateUniqueResponse in com.gpudb
Methods in com.gpudb that return RawAggregateUniqueResponse Modifier and Type Method Description RawAggregateUniqueResponseGPUdb. aggregateUniqueRaw(AggregateUniqueRequest request)Returns all the unique values from a particular column (specified bycolumnName) of a particular table or view (specified bytableName). -
Uses of RawAggregateUniqueResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RawAggregateUniqueResponse Modifier and Type Method Description RawAggregateUniqueResponseRawAggregateUniqueResponse. setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)Avro binary encoded response.RawAggregateUniqueResponseRawAggregateUniqueResponse. setHasMoreRecords(boolean hasMoreRecords)Too many records.RawAggregateUniqueResponseRawAggregateUniqueResponse. setInfo(Map<String,String> info)Additional information.RawAggregateUniqueResponseRawAggregateUniqueResponse. setJsonEncodedResponse(String jsonEncodedResponse)Avro JSON encoded response.RawAggregateUniqueResponseRawAggregateUniqueResponse. setResponseSchemaStr(String responseSchemaStr)Avro schema ofbinaryEncodedResponseorjsonEncodedResponse.RawAggregateUniqueResponseRawAggregateUniqueResponse. setTableName(String tableName)The same table name as was passed in the parameter list.
-