Uses of Interface
org.apache.flink.table.procedures.Procedure
-
Packages that use Procedure Package Description org.apache.flink.table.catalog org.apache.flink.table.procedures org.apache.flink.table.types.extraction -
-
Uses of Procedure in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return Procedure Modifier and Type Method Description default 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 Constructor Description ProcedureDefinition(Procedure 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 Procedure Modifier and Type Method Description static TypeInferenceTypeInferenceExtractor. forProcedure(DataTypeFactory typeFactory, Class<? extends Procedure> procedure)Extracts a type in inference from aProcedure.
-