public class SystemSource extends UDFSource implements FunctionCategoryConstants
AGGREGATE, CONVERSION, DATETIME, GEOGRAPHY, GEOMETRY, JSON, MISCELLANEOUS, NUMERIC, SECURITY, STRING, SYSTEM, XML| Constructor and Description |
|---|
SystemSource()
Construct a source of system metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionMethod |
createSyntheticMethod(String name,
String description,
String category,
String invocationClass,
String invocationMethod,
FunctionParameter[] inputParams,
FunctionParameter outputParam) |
Collection<FunctionMethod> |
getFunctionMethods()
Get all function signatures for this metadata source.
|
getClassLoader, getInvocationClass, setClassLoaderpublic Collection<FunctionMethod> getFunctionMethods()
getFunctionMethods in interface FunctionMetadataSourcegetFunctionMethods in class UDFSourceFunctionMethodspublic static FunctionMethod createSyntheticMethod(String name, String description, String category, String invocationClass, String invocationMethod, FunctionParameter[] inputParams, FunctionParameter outputParam)
Copyright © 2019. All rights reserved.