| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FullOuterJoinDriver<IT1,IT2,OT>
The full outer join driver implements the logic of an outer join operator at runtime.
|
class |
LeftOuterJoinDriver<IT1,IT2,OT>
The left outer join driver implements the logic of an outer join operator at runtime.
|
class |
RightOuterJoinDriver<IT1,IT2,OT>
The right outer join driver implements the logic of an outer join operator at runtime.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.