@InterfaceAudience.Private @InterfaceStability.Unstable public interface IDriver extends CommandProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CommandProcessorResponse |
compileAndRespond(String statement) |
void |
destroy() |
HiveConf |
getConf() |
Context |
getContext() |
FetchTask |
getFetchTask() |
QueryPlan |
getPlan() |
QueryDisplay |
getQueryDisplay() |
QueryState |
getQueryState() |
boolean |
getResults(List res) |
org.apache.hadoop.hive.metastore.api.Schema |
getSchema() |
boolean |
hasResultSet() |
boolean |
isFetchingTable() |
void |
resetFetch() |
CommandProcessorResponse |
run() |
CommandProcessorResponse |
run(String command) |
void |
setMaxRows(int maxRows) |
void |
setOperationId(String operationId) |
CommandProcessorResponse compileAndRespond(String statement) throws CommandProcessorException
CommandProcessorExceptionQueryPlan getPlan()
QueryState getQueryState()
QueryDisplay getQueryDisplay()
void setOperationId(String operationId)
CommandProcessorResponse run() throws CommandProcessorException
CommandProcessorExceptionCommandProcessorResponse run(String command) throws CommandProcessorException
run in interface CommandProcessorCommandProcessorExceptionboolean getResults(List res) throws IOException
IOExceptionvoid setMaxRows(int maxRows)
FetchTask getFetchTask()
org.apache.hadoop.hive.metastore.api.Schema getSchema()
boolean isFetchingTable()
void resetFetch()
throws IOException
IOExceptionvoid close()
close in interface AutoCloseablevoid destroy()
HiveConf getConf()
Context getContext()
boolean hasResultSet()
Copyright © 2024 The Apache Software Foundation. All rights reserved.