| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
DictionaryVector |
DictionaryVector.first(long i,
long first) |
DictionaryVector |
DictionaryVectorResult.MoveValueUnsafe() |
DictionaryVector |
DictionaryVectorResult.multiply() |
DictionaryVector |
DictionaryVector.put(DictionaryVector x) |
DictionaryVector |
DictionaryVector.put(long[] firstValue,
Array[] secondValue) |
DictionaryVector |
DictionaryVector.second(long i,
Array second) |
DictionaryVector |
DictionaryVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
DictionaryVector |
DictionaryVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryVector |
DictionaryVector.put(DictionaryVector x) |
| Constructor and Description |
|---|
DictionaryVectorResult(DictionaryVector value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.