Package com.gpudb.protocol
Class RawAggregateUnpivotResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.RawAggregateUnpivotResponse.Info
-
- Enclosing class:
- RawAggregateUnpivotResponse
public static final class RawAggregateUnpivotResponse.Info extends Object
A set of string constants for theRawAggregateUnpivotResponseparameterinfo.Additional information.
-
-
Field Summary
Fields Modifier and Type Field Description static StringQUALIFIED_RESULT_TABLE_NAMEThe fully qualified name of the table (i.e. including the schema) used to store the results.
-
-
-
Field Detail
-
QUALIFIED_RESULT_TABLE_NAME
public static final String QUALIFIED_RESULT_TABLE_NAME
The fully qualified name of the table (i.e. including the schema) used to store the results.- See Also:
- Constant Field Values
-
-