| Package | Description |
|---|---|
| org.apache.arrow.vector.compression | |
| org.apache.arrow.vector.ipc.message |
| Modifier and Type | Field and Description |
|---|---|
static ArrowBodyCompression |
NoCompressionCodec.DEFAULT_BODY_COMPRESSION |
| Modifier and Type | Method and Description |
|---|---|
static ArrowBodyCompression |
CompressionUtil.createBodyCompression(CompressionCodec codec)
Creates the
ArrowBodyCompression object, given the CompressionCodec. |
| Modifier and Type | Method and Description |
|---|---|
ArrowBodyCompression |
ArrowRecordBatch.getBodyCompression() |
| Constructor and Description |
|---|
ArrowRecordBatch(int length,
List<ArrowFieldNode> nodes,
List<ArrowBuf> buffers,
ArrowBodyCompression bodyCompression) |
ArrowRecordBatch(int length,
List<ArrowFieldNode> nodes,
List<ArrowBuf> buffers,
ArrowBodyCompression bodyCompression,
boolean alignBuffers)
Construct a record batch from nodes.
|
ArrowRecordBatch(int length,
List<ArrowFieldNode> nodes,
List<ArrowBuf> buffers,
ArrowBodyCompression bodyCompression,
boolean alignBuffers,
boolean retainBuffers)
Construct a record batch from nodes.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.