Package com.gpudb.protocol
Class AggregateGroupByRequest.Encoding
- java.lang.Object
-
- com.gpudb.protocol.AggregateGroupByRequest.Encoding
-
- Enclosing class:
- AggregateGroupByRequest
public static final class AggregateGroupByRequest.Encoding extends Object
A set of string constants for theAggregateGroupByRequestparameterencoding.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
-
-