org.apache.hadoop.hive.ql.plan
Class DropIndexDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DropIndexDesc
public class DropIndexDesc
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexDesc
public DropIndexDesc(String indexName,
String tableName)
- Parameters:
indexName
- tableName
-
getIndexName
public String getIndexName()
- Returns:
- index name
setIndexName
public void setIndexName(String indexName)
- Parameters:
indexName
- index name
getTableName
public String getTableName()
- Returns:
- table name
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- table name
Copyright © 2013 The Apache Software Foundation