Uses of Interface
org.apache.flink.table.functions.ChangelogFunction.ChangelogContext
-
Packages that use ChangelogFunction.ChangelogContext Package Description org.apache.flink.table.functions -
-
Uses of ChangelogFunction.ChangelogContext in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions with parameters of type ChangelogFunction.ChangelogContext Modifier and Type Method Description ChangelogModeChangelogFunction. getChangelogMode(ChangelogFunction.ChangelogContext changelogContext)Returns theChangelogModeof the PTF, taking into account the table arguments and the planner's requirements.
-