Package io.trino.execution
Class QueryPreparer
java.lang.Object
io.trino.execution.QueryPreparer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprepareQuery(Session session, Statement wrappedStatement) prepareQuery(Session session, String query)
-
Constructor Details
-
QueryPreparer
-
-
Method Details
-
prepareQuery
public QueryPreparer.PreparedQuery prepareQuery(Session session, String query) throws ParsingException, TrinoException - Throws:
ParsingExceptionTrinoException
-
prepareQuery
public QueryPreparer.PreparedQuery prepareQuery(Session session, Statement wrappedStatement) throws ParsingException, TrinoException - Throws:
ParsingExceptionTrinoException
-