@FunctionalInterface public static interface VectorizedValuesReader.ByteBufferOutputWriter
Modifier and Type | Method and Description |
---|---|
void |
write(WritableBytesVector c,
int rowId,
ByteBuffer val,
int length) |
static void |
writeArrayByteBuffer(WritableBytesVector c,
int rowId,
ByteBuffer val,
int length) |
void write(WritableBytesVector c, int rowId, ByteBuffer val, int length)
static void writeArrayByteBuffer(WritableBytesVector c, int rowId, ByteBuffer val, int length)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.