org.apache.hadoop.hive.ql.plan
Class ShowIndexesDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by 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

Constructor Summary
ShowIndexesDesc(String tableName, org.apache.hadoop.fs.Path resFile)
           
 
Method Summary
 String getResFile()
           
static String getSchema()
           
 String getTableName()
           
 boolean isFormatted()
           
 void setFormatted(boolean isFormatted)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getSchema

public static String getSchema()

getTableName

public String getTableName()

getResFile

public String getResFile()

isFormatted

public boolean isFormatted()

setFormatted

public void setFormatted(boolean isFormatted)


Copyright © 2014 The Apache Software Foundation. All rights reserved.