[ 
https://issues.apache.org/jira/browse/LENS-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Puneet Gupta updated LENS-1008:
-------------------------------
    Status: Patch Available  (was: Open)

> 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
>         Attachments: lens-1008.v2.patch
>
>
> 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