Package com.gpudb.protocol
Class ShowFunctionsResponse.Flags
- java.lang.Object
-
- com.gpudb.protocol.ShowFunctionsResponse.Flags
-
- Enclosing class:
- ShowFunctionsResponse
public static final class ShowFunctionsResponse.Flags extends Object
-
-
Field Detail
-
SCALAR
public static final String SCALAR
- See Also:
- Constant Field Values
-
AGGREGATE
public static final String AGGREGATE
- See Also:
- Constant Field Values
-
SQL
public static final String SQL
- See Also:
- Constant Field Values
-
UDF
public static final String UDF
- See Also:
- Constant Field Values
-
CAST
public static final String CAST
- See Also:
- Constant Field Values
-
NONDETERMINISTIC
public static final String NONDETERMINISTIC
- See Also:
- Constant Field Values
-
-