Package org.apache.flink.table.functions
Interface ProcessTableFunction.Context
- Enclosing class:
- ProcessTableFunction<T>
@PublicEvolving
public static interface ProcessTableFunction.Context
Context that can be added as a first argument to the eval() method for additional information
about the input tables and other services provided by the framework.
-
Method Summary
Modifier and TypeMethodDescriptiontableSemanticsFor(String argName) Returns additional information about the semantics of a table argument.
-
Method Details
-
tableSemanticsFor
Returns additional information about the semantics of a table argument.- Parameters:
argName- name of the table argument
-