You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/11/07 01:47:00 UTC

[jira] [Updated] (BEAM-11202) Support @ in eval and query

     [ https://issues.apache.org/jira/browse/BEAM-11202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Hulette updated BEAM-11202:
---------------------------------
    Summary: Support @<local> in eval and query  (was: Suppoert @<local> in eval and query)

> Support @<local> in eval and query
> ----------------------------------
>
>                 Key: BEAM-11202
>                 URL: https://issues.apache.org/jira/browse/BEAM-11202
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Brian Hulette
>            Priority: P2
>
> {code}
> df_a = ...
> df_b.eval('foo = @df_a.bar + baz')
> {code}
> Currently we don't support accessing other frames in eval and query like this, but it should be possible to implement as a zipping operation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)