Package com.gpudb.protocol
Class AggregateMinMaxResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.AggregateMinMaxResponse.Info
-
- Enclosing class:
- AggregateMinMaxResponse
public static final class AggregateMinMaxResponse.Info extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_STRINGThe maximum value ofcolumnName, stored as a byte vectorstatic StringMIN_STRINGThe minimum value ofcolumnName, stored as a byte vector.
-
-
-
Field Detail
-
MIN_STRING
public static final String MIN_STRING
The minimum value ofcolumnName, stored as a byte vector.- See Also:
- Constant Field Values
-
MAX_STRING
public static final String MAX_STRING
The maximum value ofcolumnName, stored as a byte vector- See Also:
- Constant Field Values
-
-