| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ScalarResult |
Scalar.CastTo(DataType to) |
ScalarResult |
StructScalar.field(FieldRef ref) |
ScalarResult |
DictionaryScalar.GetEncodedValue() |
ScalarResult |
ScalarResult.getPointer(long i) |
ScalarResult |
Array.GetScalar(long i)
\brief Return a Scalar containing the value of this array at i
|
ScalarResult |
ScalarResult.position(long position) |
ScalarResult |
ScalarResult.put(ScalarResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScalarResult.Equals(ScalarResult other)
Compare to another Result.
|
ScalarResult |
ScalarResult.put(ScalarResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ScalarResult(ScalarResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.