| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
DatumVectorResult |
DatumVectorResult.getPointer(long i) |
DatumVectorResult |
DatumVectorResult.position(long position) |
DatumVectorResult |
DatumVectorResult.put(DatumVectorResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatumVectorResult.Equals(DatumVectorResult other)
Compare to another Result.
|
DatumVectorResult |
DatumVectorResult.put(DatumVectorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
DatumVectorResult(DatumVectorResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DatumVectorResult |
arrow.Cast(DatumVector values,
ValueDescrVector descrs) |
static DatumVectorResult |
arrow.Cast(DatumVector values,
ValueDescrVector descrs,
ExecContext ctx)
\brief Cast several values simultaneously.
|
Copyright © 2021. All rights reserved.