Uses of Interface
org.apache.flink.table.functions.TableSemantics
-
Packages that use TableSemantics Package Description org.apache.flink.table.functions org.apache.flink.table.types.inference org.apache.flink.table.types.inference.utils -
-
Uses of TableSemantics in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return TableSemantics Modifier and Type Method Description TableSemantics
ProcessTableFunction.Context. tableSemanticsFor(String argName)
Returns additional information about the semantics of a table argument. -
Uses of TableSemantics in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return types with arguments of type TableSemantics Modifier and Type Method Description default Optional<TableSemantics>
CallContext. getTableSemantics(int pos)
Returns information about the table that has been passed to a table argument. -
Uses of TableSemantics in org.apache.flink.table.types.inference.utils
Methods in org.apache.flink.table.types.inference.utils that return types with arguments of type TableSemantics Modifier and Type Method Description Optional<TableSemantics>
AdaptedCallContext. getTableSemantics(int pos)
-