Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-30

Implement Sequence Reference Operator

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0-m1
    • None

    Description

      Sequence (1)

      Sequence is a syntactic operator to ease the definition of simple flows. Since the vast majority of operators are single input operators, sequence allows one to define a 1:1:1...1 flow without having to specifically define input and definition references. All elements beyond the first element in a sequence must be single input operators. The first element must either be a source operator or a single input operator. The last element of a sequence will can be a sink. The sequence will be a sink if and only if the last element of the sequence is a sink.

      { @id: <opref>, op: “sequence”, input: <input>, do: [ <operator>, <operator>, ... <operator> ] }

      Attachments

        Activity

          People

            Unassigned Unassigned
            tnachen Timothy Chen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: