Uses of Class
org.apache.flink.table.functions.TableFunction
Packages that use TableFunction
Package
Description
-
Uses of TableFunction in org.apache.flink.table.functions
Subclasses of TableFunction in org.apache.flink.table.functionsModifier and TypeClassDescriptionclassA wrapper class ofTableFunctionfor synchronously lookup rows matching the lookup keys from external system.classClass representing temporal table function over some history table.Methods in org.apache.flink.table.functions that return TableFunctionMethods in org.apache.flink.table.functions with parameters of type TableFunctionModifier and TypeMethodDescriptionstatic InputTypeStrategyLegacyUserDefinedFunctionInference.getInputTypeStrategy(TableFunction<?> func) Deprecated.static <T> org.apache.flink.api.common.typeinfo.TypeInformation<T>UserDefinedFunctionHelper.getReturnTypeOfTableFunction(TableFunction<T> tableFunction) Tries to infer the TypeInformation of an AggregateFunction's accumulator type.static <T> org.apache.flink.api.common.typeinfo.TypeInformation<T>UserDefinedFunctionHelper.getReturnTypeOfTableFunction(TableFunction<T> tableFunction, org.apache.flink.api.common.typeinfo.TypeInformation<T> scalaType) Tries to infer the TypeInformation of an AggregateFunction's accumulator type.Constructors in org.apache.flink.table.functions with parameters of type TableFunctionModifierConstructorDescriptionTableFunctionDefinition(String name, TableFunction<?> tableFunction, org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType) Deprecated. -
Uses of TableFunction in org.apache.flink.table.functions.python
Subclasses of TableFunction in org.apache.flink.table.functions.pythonModifier and TypeClassDescriptionclassThe wrapper of user defined python table function. -
Uses of TableFunction in org.apache.flink.table.legacy.connector.source
Methods in org.apache.flink.table.legacy.connector.source that return TableFunctionModifier and TypeMethodDescriptionTableFunctionProvider.createTableFunction()Deprecated.Creates aTableFunctioninstance.Methods in org.apache.flink.table.legacy.connector.source with parameters of type TableFunctionModifier and TypeMethodDescriptionstatic <T> TableFunctionProvider<T>TableFunctionProvider.of(TableFunction<T> tableFunction) Deprecated.Helper method for creating a static provider. -
Uses of TableFunction in org.apache.flink.table.legacy.sources
Methods in org.apache.flink.table.legacy.sources that return TableFunctionModifier and TypeMethodDescriptionLookupableTableSource.getLookupFunction(String[] lookupKeys) Deprecated.Gets theTableFunctionwhich supports lookup one key at a time. -
Uses of TableFunction in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type TableFunctionModifier and TypeMethodDescriptionstatic TypeInferenceTypeInferenceExtractor.forTableFunction(DataTypeFactory typeFactory, Class<? extends TableFunction<?>> function) Extracts a type inference from aTableFunction.