关注 spark技术分享,
撸spark源码 玩spark最佳实践

Command Contract — Eagerly-Executed Logical Operator

Command Contract — Eagerly-Executed Logical Operator

Command is the marker interface for logical operators that represent non-query commands that are executed early in the query plan lifecycle (unlike logical plans in general).

Note
Command is executed when a Dataset is requested for the logical plan (which is after the query has been analyzed).

Command has no output schema by default.

Command has no child logical operators (which makes it similar to leaf logical operators).

Table 1. Commands (Direct Implementations)
Command Description

DataWritingCommand

RunnableCommand

赞(0) 打赏
未经允许不得转载:spark技术分享 » Command Contract — Eagerly-Executed Logical Operator
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏