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

SerDeParameters.


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 isLastColumnTakesRest()
           
 
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()


Copyright © 2013 The Apache Software Foundation