| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
KernelResult |
Function.DispatchBest(ValueDescrVector values)
\brief Return a best-match kernel that can execute the function given the argument
types, after implicit casts are applied.
|
KernelResult |
Function.DispatchExact(ValueDescrVector values)
\brief Return a kernel that can execute the function given the exact
argument types (without implicit type casts or scalar->array promotions).
|
KernelResult |
KernelResult.getPointer(long i) |
KernelResult |
KernelResult.position(long position) |
KernelResult |
KernelResult.put(KernelResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KernelResult.Equals(KernelResult other)
Compare to another Result.
|
KernelResult |
KernelResult.put(KernelResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
KernelResult(KernelResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.