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

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

public class CreateViewDesc
extends DDLDesc
implements Serializable

CreateViewDesc.

See Also:
Serialized Form

Constructor Summary
CreateViewDesc()
          For serialization only.
CreateViewDesc(String viewName, List<FieldSchema> schema, String comment, Map<String,String> tblProps, boolean ifNotExists)
           
 
Method Summary
 String getComment()
           
 boolean getIfNotExists()
           
 List<FieldSchema> getSchema()
           
 List<String> getSchemaString()
           
 Map<String,String> getTblProps()
           
 String getViewExpandedText()
           
 String getViewName()
           
 String getViewOriginalText()
           
 void setComment(String comment)
           
 void setIfNotExists(boolean ifNotExists)
           
 void setSchema(List<FieldSchema> schema)
           
 void setTblProps(Map<String,String> tblProps)
           
 void setViewExpandedText(String expandedText)
           
 void setViewName(String viewName)
           
 void setViewOriginalText(String originalText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateViewDesc

public CreateViewDesc()
For serialization only.


CreateViewDesc

public CreateViewDesc(String viewName,
                      List<FieldSchema> schema,
                      String comment,
                      Map<String,String> tblProps,
                      boolean ifNotExists)
Method Detail

getViewName

public String getViewName()

setViewName

public void setViewName(String viewName)

getViewOriginalText

public String getViewOriginalText()

setViewOriginalText

public void setViewOriginalText(String originalText)

getViewExpandedText

public String getViewExpandedText()

setViewExpandedText

public void setViewExpandedText(String expandedText)

getSchemaString

public List<String> getSchemaString()

getSchema

public List<FieldSchema> getSchema()

setSchema

public void setSchema(List<FieldSchema> schema)

getComment

public String getComment()

setComment

public void setComment(String comment)

setTblProps

public void setTblProps(Map<String,String> tblProps)

getTblProps

public Map<String,String> getTblProps()

getIfNotExists

public boolean getIfNotExists()

setIfNotExists

public void setIfNotExists(boolean ifNotExists)


Copyright © 2010 The Apache Software Foundation