public final class LargeVarBinaryHolder extends Object implements ValueHolder
| Modifier and Type | Field and Description |
|---|---|
ArrowBuf |
buffer |
long |
end |
int |
isSet |
long |
start |
static int |
WIDTH |
| Constructor and Description |
|---|
LargeVarBinaryHolder() |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode()
Reason for not supporting the operation is that ValueHolders are potential scalar
replacements and hence we don't want any methods to be invoked on them.
|
String |
toString()
Reason for not supporting the operation is that ValueHolders are potential scalar
replacements and hence we don't want any methods to be invoked on them.
|
public static final int WIDTH
public final int isSet
public long start
public long end
public ArrowBuf buffer
Copyright © 2024 The Apache Software Foundation. All rights reserved.