| 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 |
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).
|
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.
|
static String |
ValueDescr.ToString(ValueDescrVector arg0) |
| 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.
|
static Kernel |
arrow.DispatchExactImpl(Function func,
ValueDescrVector arg1)
\brief Look up a kernel in a function.
|
static ValueDescr.Shape |
arrow.GetBroadcastShape(ValueDescrVector args)
\brief For use with scalar functions, returns the broadcasted Value::Shape
given a vector of value descriptors.
|
static Status |
arrow.NoMatchingKernel(Function func,
ValueDescrVector arg1)
\brief Return an error message if no Kernel is found.
|
Copyright © 2021. All rights reserved.