Uses of Interface
org.apache.flink.fnexecution.v1.FlinkFnApi.OverWindowOrBuilder
-
Packages that use FlinkFnApi.OverWindowOrBuilder Package Description org.apache.flink.fnexecution.v1 -
-
Uses of FlinkFnApi.OverWindowOrBuilder in org.apache.flink.fnexecution.v1
Classes in org.apache.flink.fnexecution.v1 that implement FlinkFnApi.OverWindowOrBuilder Modifier and Type Class Description static classFlinkFnApi.OverWindowUsed to describe the info of over window in pandas batch over window aggregationstatic classFlinkFnApi.OverWindow.BuilderUsed to describe the info of over window in pandas batch over window aggregationMethods in org.apache.flink.fnexecution.v1 that return FlinkFnApi.OverWindowOrBuilder Modifier and Type Method Description FlinkFnApi.OverWindowOrBuilderFlinkFnApi.UserDefinedFunctions.Builder. getWindowsOrBuilder(int index)repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;FlinkFnApi.OverWindowOrBuilderFlinkFnApi.UserDefinedFunctions. getWindowsOrBuilder(int index)repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;FlinkFnApi.OverWindowOrBuilderFlinkFnApi.UserDefinedFunctionsOrBuilder. getWindowsOrBuilder(int index)repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;Methods in org.apache.flink.fnexecution.v1 that return types with arguments of type FlinkFnApi.OverWindowOrBuilder Modifier and Type Method Description List<? extends FlinkFnApi.OverWindowOrBuilder>FlinkFnApi.UserDefinedFunctions.Builder. getWindowsOrBuilderList()repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;List<? extends FlinkFnApi.OverWindowOrBuilder>FlinkFnApi.UserDefinedFunctions. getWindowsOrBuilderList()repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;List<? extends FlinkFnApi.OverWindowOrBuilder>FlinkFnApi.UserDefinedFunctionsOrBuilder. getWindowsOrBuilderList()repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;
-