| 程序包 | 说明 |
|---|---|
| org.apache.flink.fnexecution.v1 | |
| org.apache.flink.table.runtime.operators.python.aggregate |
| 限定符和类型 | 方法和说明 |
|---|---|
static FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindow.WindowType.forNumber(int value) |
FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindowOrBuilder.getWindowType()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1; |
FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindow.getWindowType()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1; |
FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindow.Builder.getWindowType()
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1; |
static FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindow.WindowType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindow.WindowType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static FlinkFnApi.GroupWindow.WindowType |
FlinkFnApi.GroupWindow.WindowType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FlinkFnApi.GroupWindow.WindowType[] |
FlinkFnApi.GroupWindow.WindowType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowType> |
FlinkFnApi.GroupWindow.WindowType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
FlinkFnApi.GroupWindow.Builder |
FlinkFnApi.GroupWindow.Builder.setWindowType(FlinkFnApi.GroupWindow.WindowType value)
.org.apache.flink.fn_execution.v1.GroupWindow.WindowType window_type = 1; |
| 构造器和说明 |
|---|
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,
ZoneId shiftTimeZone) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.