Uses of Interface
org.apache.flink.table.procedures.Procedure
Packages that use Procedure
Package
Description
-
Uses of Procedure in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ProcedureModifier and TypeMethodDescriptiondefault ProcedureCatalog.getProcedure(ObjectPath procedurePath) Get the procedure. -
Uses of Procedure in org.apache.flink.table.procedures
Constructors in org.apache.flink.table.procedures with parameters of type Procedure -
Uses of Procedure in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type ProcedureModifier and TypeMethodDescriptionstatic TypeInferenceTypeInferenceExtractor.forProcedure(DataTypeFactory typeFactory, Class<? extends Procedure> procedure) Extracts a type in inference from aProcedure.