Puneet Gupta created LENS-1008:
----------------------------------

             Summary: Support simple iterator over HTTPResultSet for lens 
clients 
                 Key: LENS-1008
                 URL: https://issues.apache.org/jira/browse/LENS-1008
             Project: Apache Lens
          Issue Type: New Feature
            Reporter: Puneet Gupta
            Assignee: Puneet Gupta


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to