You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Andrew Pilloud (Jira)" <ji...@apache.org> on 2022/03/10 19:09:00 UTC

[jira] [Created] (BEAM-14085) DoFn ProcessContext needs a MultiSideInput interface

Andrew Pilloud created BEAM-14085:
-------------------------------------

             Summary: DoFn ProcessContext needs a MultiSideInput interface
                 Key: BEAM-14085
                 URL: https://issues.apache.org/jira/browse/BEAM-14085
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Andrew Pilloud


We currently have the SideInput annotation, but we also need this interface for multiple side inputs.
{code}
  public interface MultiSideInput {
    /** Returns the value of the side input. * */
    <T> T sideInput(PCollectionView<T> view);
  }
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)