org.apache.lens.ml
Class TestQueryRunner
java.lang.Object
org.apache.lens.ml.TestQueryRunner
public abstract class TestQueryRunner
- extends Object
Run the model testing query against a Lens server.
TestQueryRunner
public TestQueryRunner(LensSessionHandle sessionHandle)
- Instantiates a new test query runner.
- Parameters:
sessionHandle
- the session handle
runQuery
public abstract QueryHandle runQuery(String query)
throws LensException
- Run query.
- Parameters:
query
- the query
- Returns:
- the query handle
- Throws:
LensException
- the lens exception
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.