public class ScalarLongColumn extends Object implements NestedCommonFormatColumn
NestedCommonFormatColumn.Format| Constructor and Description |
|---|
ScalarLongColumn(FixedIndexed<Long> longDictionary,
ColumnarLongs valueColumn,
ImmutableBitmap nullValueIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ColumnType |
getLogicalType() |
Indexed<Long> |
getLongDictionary() |
ColumnValueSelector<?> |
makeColumnValueSelector(ReadableOffset offset) |
VectorValueSelector |
makeVectorValueSelector(ReadableVectorOffset offset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArrayDictionary, getDoubleDictionary, getFieldTypeInfo, getStringDictionarymakeVectorObjectSelectorpublic ScalarLongColumn(FixedIndexed<Long> longDictionary, ColumnarLongs valueColumn, ImmutableBitmap nullValueIndex)
public Indexed<Long> getLongDictionary()
getLongDictionary in interface NestedCommonFormatColumnpublic ColumnType getLogicalType()
getLogicalType in interface NestedCommonFormatColumnpublic ColumnValueSelector<?> makeColumnValueSelector(ReadableOffset offset)
makeColumnValueSelector in interface BaseColumnpublic VectorValueSelector makeVectorValueSelector(ReadableVectorOffset offset)
makeVectorValueSelector in interface BaseColumnpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.