Package com.gpudb.protocol
Class AggregateUniqueRequest.Encoding
- java.lang.Object
-
- com.gpudb.protocol.AggregateUniqueRequest.Encoding
-
- Enclosing class:
- AggregateUniqueRequest
public static final class AggregateUniqueRequest.Encoding extends Object
A set of string constants for theAggregateUniqueRequestparameterencoding.Specifies the encoding for returned records.
-
-
Field Detail
-
BINARY
public static final String BINARY
Indicates that the returned records should be binary encoded.- See Also:
- Constant Field Values
-
JSON
public static final String JSON
Indicates that the returned records should be json encoded.- See Also:
- Constant Field Values
-
-