| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ExecBatchResult |
ExecBatchResult.getPointer(long i) |
ExecBatchResult |
ExecBatchResult.getPointer(long i) |
static ExecBatchResult |
ExecBatch.Make(DatumVector values) |
static ExecBatchResult |
ExecBatch.Make(DatumVector values) |
ExecBatchResult |
ExecBatchResult.position(long position) |
ExecBatchResult |
ExecBatchResult.position(long position) |
ExecBatchResult |
ExecBatchResult.put(ExecBatchResult other)
Copy-assignment operator.
|
ExecBatchResult |
ExecBatchResult.put(ExecBatchResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
ExecBatchResult |
ExecBatchResult.put(ExecBatchResult other)
Copy-assignment operator.
|
ExecBatchResult |
ExecBatchResult.put(ExecBatchResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ExecBatchResult(ExecBatchResult other)
Copy constructor.
|
ExecBatchResult(ExecBatchResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecBatchResult |
arrow.MakeExecBatch(Schema full_schema,
Datum partial)
Create an ExecBatch suitable for passing to ExecuteScalarExpression() from a
/** RecordBatch which may have missing or incorrectly ordered columns.
|
static ExecBatchResult |
arrow.MakeExecBatch(Schema full_schema,
Datum partial)
Create an ExecBatch suitable for passing to ExecuteScalarExpression() from a
/** RecordBatch which may have missing or incorrectly ordered columns.
|
Copyright © 2022. All rights reserved.