org.apache.hive.service.cli.operation
Class SetOperation

java.lang.Object
  extended by org.apache.hive.service.cli.operation.Operation
      extended by org.apache.hive.service.cli.operation.ExecuteStatementOperation
          extended by org.apache.hive.service.cli.operation.HiveCommandOperation
              extended by org.apache.hive.service.cli.operation.SetOperation

public class SetOperation
extends HiveCommandOperation

HiveSetCommandOperation.


Field Summary
 
Fields inherited from class org.apache.hive.service.cli.operation.ExecuteStatementOperation
confOverlay, statement
 
Fields inherited from class org.apache.hive.service.cli.operation.Operation
DEFAULT_FETCH_MAX_ROWS, hasResultSet, LOG, parentSession
 
Constructor Summary
protected SetOperation(Session parentSession, String statement, Map<String,String> confOverlay)
           
 
Method Summary
 
Methods inherited from class org.apache.hive.service.cli.operation.HiveCommandOperation
close, getCommandProcessor, getNextRowSet, getResultSetSchema, run, setCommandProcessor
 
Methods inherited from class org.apache.hive.service.cli.operation.ExecuteStatementOperation
getStatement, newExecuteStatementOperation
 
Methods inherited from class org.apache.hive.service.cli.operation.Operation
assertState, cancel, getConfiguration, getHandle, getNextRowSet, getParentSession, getState, getType, hasResultSet, isCanceled, isFailed, isFinished, isRunning, setConfiguration, setHasResultSet, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetOperation

protected SetOperation(Session parentSession,
                       String statement,
                       Map<String,String> confOverlay)


Copyright © 2013 The Apache Software Foundation