org.apache.hadoop.hive.serde2.typeinfo
Class VarcharTypeParams
java.lang.Object
org.apache.hadoop.hive.serde2.typeinfo.BaseTypeParams
org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeParams
- All Implemented Interfaces:
- Serializable
public class VarcharTypeParams
- extends BaseTypeParams
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.apache.hadoop.hive.serde2.typeinfo.BaseTypeParams |
set |
length
public int length
VarcharTypeParams
public VarcharTypeParams()
validateParams
public void validateParams()
throws SerDeException
- Specified by:
validateParams
in class BaseTypeParams
- Throws:
SerDeException
populateParams
public void populateParams(String[] params)
throws SerDeException
- Specified by:
populateParams
in class BaseTypeParams
- Throws:
SerDeException
toString
public String toString()
- Specified by:
toString
in class BaseTypeParams
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
getLength
public int getLength()
setLength
public void setLength(int len)
hasCharacterMaximumLength
public boolean hasCharacterMaximumLength()
- Overrides:
hasCharacterMaximumLength
in class BaseTypeParams
getCharacterMaximumLength
public int getCharacterMaximumLength()
- Overrides:
getCharacterMaximumLength
in class BaseTypeParams
Copyright © 2012 The Apache Software Foundation