Uses of Class
org.apache.flink.table.resource.ResourceUri
Packages that use ResourceUri
-
Uses of ResourceUri in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return types with arguments of type ResourceUriMethods in org.apache.flink.table.api with parameters of type ResourceUriModifier and TypeMethodDescriptionFunctionDescriptor.Builder.resourceUri(ResourceUri uri) Adds a single resource URI to the function descriptor.Method parameters in org.apache.flink.table.api with type arguments of type ResourceUriModifier and TypeMethodDescriptionvoidTableEnvironment.createFunction(String path, String className, List<ResourceUri> resourceUris) Registers aUserDefinedFunctionclass as a catalog function in the given path by the specific class name and user defined resource uri.voidTableEnvironment.createFunction(String path, String className, List<ResourceUri> resourceUris, boolean ignoreIfExists) Registers aUserDefinedFunctionclass as a catalog function in the given path by the specific class name and user defined resource uri.voidTableEnvironment.createTemporaryFunction(String path, String className, List<ResourceUri> resourceUris) Registers aUserDefinedFunctionclass as a temporary catalog function in the given path by the specific class name and user defined resource uri.voidTableEnvironment.createTemporarySystemFunction(String name, String className, List<ResourceUri> resourceUris) Registers aUserDefinedFunctionclass as a temporary system function by the specific class name and user defined resource uri.FunctionDescriptor.Builder.resourceUris(List<ResourceUri> uri) Adds a list of resource URIs to the function descriptor. -
Uses of ResourceUri in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return types with arguments of type ResourceUriModifier and TypeMethodDescriptionCatalogFunction.getFunctionResources()Get a detailed resource description of the function.