Package com.gpudb.protocol
Class CreateProjectionResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.CreateProjectionResponse.Info
-
- Enclosing class:
- CreateProjectionResponse
public static final class CreateProjectionResponse.Info extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOUNTNumber of records in the final tablestatic StringQUALIFIED_PROJECTION_NAMEThe fully qualified name of the projection (i.e. including the schema).
-
-
-
Field Detail
-
COUNT
public static final String COUNT
Number of records in the final table- See Also:
- Constant Field Values
-
QUALIFIED_PROJECTION_NAME
public static final String QUALIFIED_PROJECTION_NAME
The fully qualified name of the projection (i.e. including the schema).- See Also:
- Constant Field Values
-
-