Package | Description |
---|---|
org.apache.flink.table.planner.plan.nodes.exec.stream |
Constructor and Description |
---|
StreamExecLimit(int id,
ExecNodeContext context,
ReadableConfig persistedConfig,
ConstantRankRange rankRange,
RankProcessStrategy rankStrategy,
boolean generateUpdateBefore,
List<StateMetadata> stateMetadataList,
List<InputProperty> inputProperties,
RowType outputType,
String description) |
StreamExecSortLimit(int id,
ExecNodeContext context,
ReadableConfig persistedConfig,
SortSpec sortSpec,
ConstantRankRange rankRange,
RankProcessStrategy rankStrategy,
boolean generateUpdateBefore,
List<StateMetadata> stateMetadataList,
List<InputProperty> inputProperties,
RowType outputType,
String description) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.