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 class
FlinkFnApi.OverWindow
Used to describe the info of over window in pandas batch over window aggregationstatic class
FlinkFnApi.OverWindow.Builder
Used 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.OverWindowOrBuilder
FlinkFnApi.UserDefinedFunctions.Builder. getWindowsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;
FlinkFnApi.OverWindowOrBuilder
FlinkFnApi.UserDefinedFunctions. getWindowsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.OverWindow windows = 3;
FlinkFnApi.OverWindowOrBuilder
FlinkFnApi.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;
-