org.apache.lens.server.api.driver
Class PersistentResultSet
java.lang.Object
org.apache.lens.server.api.driver.LensResultSet
org.apache.lens.server.api.driver.PersistentResultSet
- Direct Known Subclasses:
- HivePersistentResultSet, LensPersistentResult
public abstract class PersistentResultSet
- extends LensResultSet
The Class PersistentResultSet.
PersistentResultSet
public PersistentResultSet()
getOutputPath
public abstract String getOutputPath()
throws LensException
- Throws:
LensException
toQueryResult
public QueryResult toQueryResult()
throws LensException
- Description copied from class:
LensResultSet
- Get the corresponding query result object.
- Specified by:
toQueryResult
in class LensResultSet
- Returns:
QueryResult
- Throws:
LensException
- the lens exception
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.