Uses of Interface
org.apache.flink.table.functions.TableSemantics
Packages that use TableSemantics
Package
Description
-
Uses of TableSemantics in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return TableSemanticsModifier and TypeMethodDescriptionProcessTableFunction.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 TableSemanticsModifier and TypeMethodDescriptiondefault 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