org.apache.hadoop.hive.ql.plan
Class ShowIndexesDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.ShowIndexesDesc
- All Implemented Interfaces:
- Serializable
public class ShowIndexesDesc
- extends DDLDesc
- implements Serializable
ShowIndexesDesc.
Returns table index information per SQL syntax.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowIndexesDesc
public ShowIndexesDesc(String tableName,
org.apache.hadoop.fs.Path resFile)
- Parameters:
tableName
- Name of the table whose indexes need to be listed.resFile
- File to store the results in.
getSchema
public static String getSchema()
getTableName
public String getTableName()
getResFile
public String getResFile()
isFormatted
public boolean isFormatted()
setFormatted
public void setFormatted(boolean isFormatted)
Copyright © 2013 The Apache Software Foundation