org.apache.hadoop.hive.serde2.lazy
Class LazySimpleSerDe.SerDeParameters

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
Enclosing class:
LazySimpleSerDe

public static class LazySimpleSerDe.SerDeParameters
extends Object


Constructor Summary
LazySimpleSerDe.SerDeParameters()
           
 
Method Summary
 List<String> getColumnNames()
           
 List<TypeInfo> getColumnTypes()
           
 byte getEscapeChar()
           
 boolean[] getNeedsEscape()
           
 org.apache.hadoop.io.Text getNullSequence()
           
 String getNullString()
           
 TypeInfo getRowTypeInfo()
           
 byte[] getSeparators()
           
 boolean isEscaped()
           
 boolean isJsonSerialize()
           
 boolean isLastColumnTakesRest()
           
 void setJsonSerialize(boolean jsonSerialize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazySimpleSerDe.SerDeParameters

public LazySimpleSerDe.SerDeParameters()
Method Detail

getColumnTypes

public List<TypeInfo> getColumnTypes()

getColumnNames

public List<String> getColumnNames()

getSeparators

public byte[] getSeparators()

getNullString

public String getNullString()

getNullSequence

public org.apache.hadoop.io.Text getNullSequence()

getRowTypeInfo

public TypeInfo getRowTypeInfo()

isLastColumnTakesRest

public boolean isLastColumnTakesRest()

isEscaped

public boolean isEscaped()

getEscapeChar

public byte getEscapeChar()

getNeedsEscape

public boolean[] getNeedsEscape()

isJsonSerialize

public boolean isJsonSerialize()
Returns:
the jsonSerialize

setJsonSerialize

public void setJsonSerialize(boolean jsonSerialize)
Parameters:
jsonSerialize - the jsonSerialize to set


Copyright © 2009 The Apache Software Foundation