Enum Class FunctionInfo.RoutineBodyEnum

java.lang.Object
java.lang.Enum<FunctionInfo.RoutineBodyEnum>
io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
All Implemented Interfaces:
Serializable, Comparable<FunctionInfo.RoutineBodyEnum>, Constable
Enclosing class:
FunctionInfo

public static enum FunctionInfo.RoutineBodyEnum extends Enum<FunctionInfo.RoutineBodyEnum>
Function language. When **EXTERNAL** is used, the language of the routine function should be specified in the __external_language__ field, and the __return_params__ of the function cannot be used (as **TABLE** return type is not supported), and the __sql_data_access__ field must be **NO_SQL**.