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

DescFunctionDesc.

See Also:
Serialized Form

Constructor Summary
DescFunctionDesc()
           
DescFunctionDesc(org.apache.hadoop.fs.Path resFile)
           
DescFunctionDesc(org.apache.hadoop.fs.Path resFile, String name, boolean isExtended)
           
 
Method Summary
 String getName()
           
 String getResFile()
           
 String getSchema()
           
 String getTable()
           
 boolean isExtended()
           
 void setExtended(boolean isExtended)
           
 void setName(String name)
           
 void setResFile(String resFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescFunctionDesc

public DescFunctionDesc()

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 String getResFile()
Returns:
the resFile

setResFile

public void setResFile(String resFile)
Parameters:
resFile - the resFile to set


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