@InterfaceAudience.Private @InterfaceStability.Unstable public interface IDriver extends CommandProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
compile(String string) |
CommandProcessorResponse |
compileAndRespond(String statement) |
void |
destroy() |
HiveConf |
getConf() |
Context |
getContext() |
FetchTask |
getFetchTask() |
QueryPlan |
getPlan() |
QueryDisplay |
getQueryDisplay() |
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 guid64) |
int compile(String string)
CommandProcessorResponse compileAndRespond(String statement)
QueryPlan getPlan()
QueryDisplay getQueryDisplay()
void setOperationId(String guid64)
CommandProcessorResponse run()
CommandProcessorResponse run(String command)
run in interface CommandProcessorboolean 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 © 2019 The Apache Software Foundation. All Rights Reserved.