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.
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 © 2014 The Apache Software Foundation. All rights reserved.