public interface ColumnarLongs extends Closeable
LongsColumn
.Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
get(int index) |
default void |
get(long[] out,
int[] indexes,
int length) |
default void |
get(long[] out,
int start,
int length) |
default ColumnValueSelector<Long> |
makeColumnValueSelector(ReadableOffset offset,
ImmutableBitmap nullValueBitmap) |
default VectorValueSelector |
makeVectorValueSelector(ReadableVectorOffset theOffset,
ImmutableBitmap nullValueBitmap) |
int |
size() |
int size()
long get(int index)
default void get(long[] out, int start, int length)
default void get(long[] out, int[] indexes, int length)
void close()
close
in interface AutoCloseable
close
in interface Closeable
default ColumnValueSelector<Long> makeColumnValueSelector(ReadableOffset offset, ImmutableBitmap nullValueBitmap)
default VectorValueSelector makeVectorValueSelector(ReadableVectorOffset theOffset, ImmutableBitmap nullValueBitmap)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.