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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ddlDesc
      extended by org.apache.hadoop.hive.ql.plan.showFunctionsDesc
All Implemented Interfaces:
Serializable

public class showFunctionsDesc
extends ddlDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
showFunctionsDesc(org.apache.hadoop.fs.Path resFile)
           
showFunctionsDesc(org.apache.hadoop.fs.Path resFile, String pattern)
           
 
Method Summary
 String getPattern()
           
 org.apache.hadoop.fs.Path getResFile()
           
 String getResFileString()
           
 String getSchema()
           
 String getTable()
           
 void setPattern(String pattern)
           
 void setResFile(org.apache.hadoop.fs.Path resFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

showFunctionsDesc

public showFunctionsDesc(org.apache.hadoop.fs.Path resFile)
Parameters:
resFile -

showFunctionsDesc

public showFunctionsDesc(org.apache.hadoop.fs.Path resFile,
                         String pattern)
Parameters:
pattern - names of tables to show
Method Detail

getTable

public String getTable()

getSchema

public String getSchema()

getPattern

public String getPattern()
Returns:
the pattern

setPattern

public void setPattern(String pattern)
Parameters:
pattern - the pattern to set

getResFile

public org.apache.hadoop.fs.Path getResFile()
Returns:
the resFile

getResFileString

public String getResFileString()

setResFile

public void setResFile(org.apache.hadoop.fs.Path resFile)
Parameters:
resFile - the resFile to set


Copyright © 2009 The Apache Software Foundation