|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.server.api.driver.LensResultSet
public abstract class LensResultSet
Result set returned by driver.
Constructor Summary | |
---|---|
LensResultSet()
|
Method Summary | |
---|---|
abstract LensResultSetMetadata |
getMetadata()
Get the result set metadata |
abstract int |
size()
Get the size of the result set. |
abstract QueryResult |
toQueryResult()
Get the corresponding query result object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LensResultSet()
Method Detail |
---|
public abstract int size() throws LensException
LensException
- the lens exceptionpublic abstract LensResultSetMetadata getMetadata() throws LensException
LensResultSetMetadata
LensException
public abstract QueryResult toQueryResult() throws LensException
QueryResult
LensException
- the lens exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |