KsqlBareOutputNode¶
KsqlBareOutputNode
is an OutputNode for queries with no sink.
Creating Instance¶
KsqlBareOutputNode
takes the following to be created:
-
PlanNodeId
- Source PlanNode
-
LogicalSchema
- Limit
-
TimestampColumn
-
WindowInfo
KsqlBareOutputNode
is created when:
LogicalPlanner
is requested to build an OutputNode (for a query with no sink)