public class ComplexColumnPartSerde extends Object implements ColumnPartSerde
Constructor and Description |
---|
ComplexColumnPartSerde(GenericIndexed column,
String typeName) |
Modifier and Type | Method and Description |
---|---|
static ComplexColumnPartSerde |
createDeserializer(String complexType) |
String |
getTypeName() |
long |
numBytes() |
ColumnPartSerde |
read(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig) |
void |
write(WritableByteChannel channel) |
public ComplexColumnPartSerde(GenericIndexed column, String typeName)
public static ComplexColumnPartSerde createDeserializer(String complexType)
public String getTypeName()
public long numBytes()
numBytes
in interface ColumnPartSerde
public void write(WritableByteChannel channel) throws IOException
write
in interface ColumnPartSerde
IOException
public ColumnPartSerde read(ByteBuffer buffer, ColumnBuilder builder, ColumnConfig columnConfig)
read
in interface ColumnPartSerde
Copyright © 2011–2015. All rights reserved.