| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ValueDescrVector |
ExecBatch.GetDescriptors()
\brief A convenience for returning the ValueDescr objects (types and
shapes) from the batch.
|
ValueDescrVector |
KernelInitArgs.inputs()
\brief The types and shapes of the input arguments that the kernel is
about to be executed against.
|
ValueDescrVector |
ValueDescrVector.push_back(ValueDescr value) |
ValueDescrVector |
ValueDescrVector.put(long i,
ValueDescr value) |
ValueDescrVector |
ValueDescrVector.put(ValueDescr... array) |
ValueDescrVector |
ValueDescrVector.put(ValueDescr value) |
ValueDescrVector |
ValueDescrVector.put(ValueDescrVector x) |
| Modifier and Type | Method and Description |
|---|---|
KernelResult |
VectorFunction.DispatchExact(ValueDescrVector values) |
KernelResult |
ScalarFunction.DispatchExact(ValueDescrVector values) |
KernelResult |
ScalarAggregateFunction.DispatchExact(ValueDescrVector values) |
KernelResult |
MetaFunction.DispatchExact(ValueDescrVector arg0) |
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).
|
boolean |
KernelSignature.MatchesInputs(ValueDescrVector descriptors)
\brief Return true if the signature if compatible with the list of input
value descriptors.
|
ValueDescrVector |
ValueDescrVector.put(ValueDescrVector x) |
ValueDescrResult |
OutputType.Resolve(KernelContext ctx,
ValueDescrVector args)
\brief Return the shape and type of the expected output value of the
kernel given the value descriptors (shapes and types) of the input
arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueDescr.Shape |
arrow.GetBroadcastShape(ValueDescrVector args)
\brief For use with scalar functions, returns the broadcasted Value::Shape
given a vector of value descriptors.
|
Copyright © 2021. All rights reserved.