public class CompressedVariableSizedBlobColumnSupplier extends Object implements Supplier<CompressedVariableSizedBlobColumn>
| Modifier and Type | Field and Description |
|---|---|
static byte |
VERSION |
| Constructor and Description |
|---|
CompressedVariableSizedBlobColumnSupplier(ByteBuffer offsetsBuffer,
ByteBuffer dataBuffer,
ByteOrder order,
int numElements) |
| Modifier and Type | Method and Description |
|---|---|
static CompressedVariableSizedBlobColumnSupplier |
fromByteBuffer(String filenameBase,
ByteBuffer buffer,
ByteOrder order,
SmooshedFileMapper mapper) |
CompressedVariableSizedBlobColumn |
get() |
public static final byte VERSION
public CompressedVariableSizedBlobColumnSupplier(ByteBuffer offsetsBuffer, ByteBuffer dataBuffer, ByteOrder order, int numElements)
public static CompressedVariableSizedBlobColumnSupplier fromByteBuffer(String filenameBase, ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper) throws IOException
IOExceptionpublic CompressedVariableSizedBlobColumn get()
get in interface Supplier<CompressedVariableSizedBlobColumn>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.