Uploaded image for project: 'Apache Lens (Retired)'
  1. Apache Lens (Retired)
  2. LENS-1008

Support simple iterator over HTTPResultSet for lens clients

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.6
    • client
    • None

    Description

      The result iterator can have the following methods

      public interface ResultSet {
      public boolean hasNext();
      public String[] next();
      public String[] getColumnNames();
      }

      This can be used by clients to programmatically consume the result with ease.

      Attachments

        1. lens-1008.v2.patch
          49 kB
          Puneet Gupta

        Activity

          People

            puneet884 Puneet Gupta
            puneet884 Puneet Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: