public class ShowIndexesDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
ShowIndexesDesc(String tableName,
org.apache.hadoop.fs.Path resFile) |
Modifier and Type | Method and Description |
---|---|
String |
getResFile() |
static String |
getSchema() |
String |
getTableName() |
boolean |
isFormatted() |
void |
setFormatted(boolean isFormatted) |
public ShowIndexesDesc(String tableName, org.apache.hadoop.fs.Path resFile)
tableName
- Name of the table whose indexes need to be listed.resFile
- File to store the results in.Copyright © 2017 The Apache Software Foundation. All rights reserved.