| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ValueDescr.Shape |
ValueDescr.Shape.intern() |
ValueDescr.Shape |
ValueDescr.shape() |
ValueDescr.Shape |
OutputType.shape()
\brief If the shape is ANY, then Resolve will compute the shape based on
the input arguments.
|
ValueDescr.Shape |
InputType.shape()
\brief Indicates whether this InputType matches Array (ValueDescr::ARRAY),
Scalar (ValueDescr::SCALAR) values, or both (ValueDescr::ANY).
|
ValueDescr.Shape |
Datum.shape()
\brief Return the shape (array or scalar) for supported kinds (ARRAY,
CHUNKED_ARRAY, and SCALAR).
|
static ValueDescr.Shape |
ValueDescr.Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueDescr.Shape[] |
ValueDescr.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ValueDescr |
ValueDescr.shape(ValueDescr.Shape setter) |
| Constructor and Description |
|---|
InputType(DataType type,
ValueDescr.Shape shape)
\brief Accept an exact value type.
|
InputType(int type_id,
ValueDescr.Shape shape)
\brief Match any type with the given Type::type.
|
InputType(TypeMatcher type_matcher,
ValueDescr.Shape shape)
\brief Use the passed TypeMatcher to type check.
|
InputType(ValueDescr.Shape shape)
\brief Accept any value type but with a specific shape (e.g.
|
ValueDescr(DataType type,
ValueDescr.Shape shape) |
| 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.