| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
DictionaryVectorResult |
DictionaryVectorResult.getPointer(long i) |
DictionaryVectorResult |
DictionaryVectorResult.position(long position) |
DictionaryVectorResult |
DictionaryVectorResult.put(DictionaryVectorResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryVectorResult.Equals(DictionaryVectorResult other)
Compare to another Result.
|
DictionaryVectorResult |
DictionaryVectorResult.put(DictionaryVectorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
DictionaryVectorResult(DictionaryVectorResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DictionaryVectorResult |
arrow.CollectDictionaries(RecordBatch batch,
DictionaryFieldMapper mapper) |
Copyright © 2021. All rights reserved.