Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-947

Add support for "Named Datasets"

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.9
    • None
    • None

    Description

      This would create an API that is a mix between SQL like declarativity and the power of user defined functions. Example user code could look like this:

      NamedDataSet one = ...
      NamedDataSet two = ...
      NamedDataSet result = one.join(two).where("key").equalTo("otherKey")
        .project("a", "b", "c")
        .map( (UserTypeIn in) -> return new UserTypeOut(...) )
        .print();
      

      Attachments

        Issue Links

          Activity

            People

              aljoscha Aljoscha Krettek
              aljoscha Aljoscha Krettek
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: