Uses of Class
org.apache.flink.fnexecution.v1.FlinkFnApi.GroupWindow.WindowType
-
Packages that use FlinkFnApi.GroupWindow.WindowType Package Description org.apache.flink.fnexecution.v1 org.apache.flink.table.runtime.operators.python.aggregate -
-
Uses of FlinkFnApi.GroupWindow.WindowType in org.apache.flink.fnexecution.v1
Methods in org.apache.flink.fnexecution.v1 that return FlinkFnApi.GroupWindow.WindowType Modifier and Type Method Description static FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindow.WindowType. forNumber(int value)FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindow.Builder. getWindowType().org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindow. getWindowType().org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindowOrBuilder. getWindowType().org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1;static FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindow.WindowType. valueOf(int value)Deprecated.static FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindow.WindowType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FlinkFnApi.GroupWindow.WindowTypeFlinkFnApi.GroupWindow.WindowType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlinkFnApi.GroupWindow.WindowType[]FlinkFnApi.GroupWindow.WindowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.fnexecution.v1 that return types with arguments of type FlinkFnApi.GroupWindow.WindowType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowType>FlinkFnApi.GroupWindow.WindowType. internalGetValueMap()Methods in org.apache.flink.fnexecution.v1 with parameters of type FlinkFnApi.GroupWindow.WindowType Modifier and Type Method Description FlinkFnApi.GroupWindow.BuilderFlinkFnApi.GroupWindow.Builder. setWindowType(FlinkFnApi.GroupWindow.WindowType value).org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1; -
Uses of FlinkFnApi.GroupWindow.WindowType in org.apache.flink.table.runtime.operators.python.aggregate
Constructors in org.apache.flink.table.runtime.operators.python.aggregate with parameters of type FlinkFnApi.GroupWindow.WindowType Constructor Description PythonStreamGroupWindowAggregateOperator(org.apache.flink.configuration.Configuration config, org.apache.flink.table.types.logical.RowType inputType, org.apache.flink.table.types.logical.RowType outputType, org.apache.flink.table.functions.python.PythonAggregateFunctionInfo[] aggregateFunctions, org.apache.flink.table.runtime.dataview.DataViewSpec[][] dataViewSpecs, int[] grouping, int indexOfCountStar, boolean generateUpdateBefore, boolean countStarInserted, int inputTimeFieldIndex, org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner<W> windowAssigner, FlinkFnApi.GroupWindow.WindowType windowType, boolean isRowTime, boolean isTimeWindow, long size, long slide, long gap, long allowedLateness, org.apache.flink.table.runtime.groupwindow.NamedWindowProperty[] namedProperties, java.time.ZoneId shiftTimeZone)
-