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, setClassLoader
public Collection<FunctionMethod> getFunctionMethods()
getFunctionMethods
in interface FunctionMetadataSource
getFunctionMethods
in class UDFSource
FunctionMethod
spublic static FunctionMethod createSyntheticMethod(String name, String description, String category, String invocationClass, String invocationMethod, FunctionParameter[] inputParams, FunctionParameter outputParam)
Copyright © 2019. All rights reserved.