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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableSemantics
tableSemanticsFor(String argName)
Returns additional information about the semantics of a table argument.
-
-
-
Method Detail
-
tableSemanticsFor
TableSemantics tableSemanticsFor(String argName)
Returns additional information about the semantics of a table argument.- Parameters:
argName
- name of the table argument
-
-