public class ComplexColumn extends Object implements BaseColumn
| Constructor and Description |
|---|
ComplexColumn(String typeName,
GenericIndexed<?> index) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getLength() |
Object |
getRowValue(int rowNum) |
String |
getTypeName() |
ColumnValueSelector<?> |
makeColumnValueSelector(ReadableOffset offset) |
public ComplexColumn(String typeName, GenericIndexed<?> index)
public String getTypeName()
public int getLength()
public ColumnValueSelector<?> makeColumnValueSelector(ReadableOffset offset)
makeColumnValueSelector in interface BaseColumnpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.