org.apache.hadoop.hive.serde2.lazy
Class LazySimpleSerDe.SerDeParameters
java.lang.Object
org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe.SerDeParameters
- Enclosing class:
- LazySimpleSerDe
public static class LazySimpleSerDe.SerDeParameters
- extends Object
SerDeParameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazySimpleSerDe.SerDeParameters
public LazySimpleSerDe.SerDeParameters()
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