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