[
https://issues.apache.org/jira/browse/BEAM-9363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135386#comment-17135386
]
Rui Wang commented on BEAM-9363:
--------------------------------
[~duli]
>From syntax perspective, TVF is a treated as a table, so either it is a stream
>or not, the syntax will just be
select * from
tvf1 join tvf2.
on true.
The execution engine will be in charge of doing stream-stream or stream-table
join.
> BeamSQL windowing as TVF
> ------------------------
>
> Key: BEAM-9363
> URL: https://issues.apache.org/jira/browse/BEAM-9363
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql, dsl-sql-zetasql
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: P2
> Time Spent: 10h 10m
> Remaining Estimate: 0h
>
> This Jira tracks the implementation for
> https://s.apache.org/streaming-beam-sql
> TVF is table-valued function, which is a SQL feature that produce a table as
> function's output.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)