ContinuousExecutionRelation Leaf Logical Operator
ContinuousExecutionRelation is a MultiInstanceRelation leaf logical operator.
|
Tip
|
Find out more on leaf logical operators in LeafNode — Base Logical Operator with No Child Operators and Optional Statistics section in The Internals of Spark SQL book. |
ContinuousExecutionRelation is created (to represent StreamingRelationV2 with ContinuousReadSupport data source) when ContinuousExecution is created (and requested for the logical plan).
ContinuousExecutionRelation takes the following to be created:
spark技术分享