public class SerializablePairLongStringComplexColumn extends Object implements ComplexColumn
| Modifier and Type | Class and Description |
|---|---|
static class |
SerializablePairLongStringComplexColumn.Builder |
| Constructor and Description |
|---|
SerializablePairLongStringComplexColumn(CellReader cellReader,
SerializablePairLongStringDeltaEncodedStagedSerde serde,
Closer closer,
int serializedSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close and release any resources associated with this column.
|
Class<?> |
getClazz() |
int |
getLength() |
Object |
getRowValue(int rowNum)
Return rows in the column.
|
String |
getTypeName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeColumnValueSelector, makeVectorObjectSelectormakeVectorValueSelectorpublic SerializablePairLongStringComplexColumn(CellReader cellReader, SerializablePairLongStringDeltaEncodedStagedSerde serde, Closer closer, int serializedSize)
public Class<?> getClazz()
getClazz in interface ComplexColumnComplexColumn.getRowValue(int) .public String getTypeName()
getTypeName in interface ComplexColumnpublic Object getRowValue(int rowNum)
ComplexColumngetRowValue in interface ComplexColumnrowNum - the row numberComplexColumn.getClazz() } at row number "rowNum" .public int getLength()
getLength in interface ComplexColumnpublic void close()
ComplexColumnclose in interface Closeableclose in interface AutoCloseableclose in interface ComplexColumnCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.