| Package | Description |
|---|---|
| org.apache.arrow.adapter.jdbc.consumer |
| Modifier and Type | Method and Description |
|---|---|
static BinaryConsumer |
BinaryConsumer.createConsumer(VarBinaryVector vector,
int index,
boolean nullable)
Creates a consumer for
VarBinaryVector. |
| Modifier and Type | Method and Description |
|---|---|
static BlobConsumer |
BlobConsumer.createConsumer(BinaryConsumer delegate,
int index,
boolean nullable)
Creates a consumer for
VarBinaryVector. |
| Constructor and Description |
|---|
BlobConsumer(BinaryConsumer delegate,
int index,
boolean nullable)
Instantiate a BlobConsumer.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.