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

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

public class descFunctionDesc
extends ddlDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
descFunctionDesc(org.apache.hadoop.fs.Path resFile)
           
descFunctionDesc(org.apache.hadoop.fs.Path resFile, String name, boolean isExtended)
           
 
Method Summary
 String getName()
           
 org.apache.hadoop.fs.Path getResFile()
           
 String getResFileString()
           
 String getSchema()
           
 String getTable()
           
 boolean isExtended()
           
 void setExtended(boolean isExtended)
           
 void setName(String name)
           
 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

descFunctionDesc

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

descFunctionDesc

public descFunctionDesc(org.apache.hadoop.fs.Path resFile,
                        String name,
                        boolean isExtended)
Parameters:
name - of the function to describe
Method Detail

isExtended

public boolean isExtended()

setExtended

public void setExtended(boolean isExtended)

getTable

public String getTable()

getSchema

public String getSchema()

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - is the function name

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