| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
TypeMatcher |
InputType.type_matcher()
\brief For InputType::USE_TYPE_MATCHER, the TypeMatcher to be used for
checking the type of a value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeMatcher.Equals(TypeMatcher other)
\brief Return true if this TypeMatcher contains the same matching rule as
the other.
|
| Constructor and Description |
|---|
InputType(TypeMatcher type_matcher) |
InputType(TypeMatcher type_matcher,
int shape) |
InputType(TypeMatcher type_matcher,
ValueDescr.Shape shape)
\brief Use the passed TypeMatcher to type check.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeMatcher |
arrow.BinaryLike() |
static TypeMatcher |
arrow.DurationTypeUnit(int unit) |
static TypeMatcher |
arrow.DurationTypeUnit(TimeUnit.type unit) |
static TypeMatcher |
arrow.Integer() |
static TypeMatcher |
arrow.LargeBinaryLike() |
static TypeMatcher |
arrow.Primitive() |
static TypeMatcher |
arrow.SameTypeId(int type_id)
\brief Match any DataType instance having the same DataType::id.
|
static TypeMatcher |
arrow.Time32TypeUnit(int unit) |
static TypeMatcher |
arrow.Time32TypeUnit(TimeUnit.type unit) |
static TypeMatcher |
arrow.Time64TypeUnit(int unit) |
static TypeMatcher |
arrow.Time64TypeUnit(TimeUnit.type unit) |
static TypeMatcher |
arrow.TimestampTypeUnit(int unit) |
static TypeMatcher |
arrow.TimestampTypeUnit(TimeUnit.type unit)
\brief Match any TimestampType instance having the same unit, but the time
zones can be different.
|
Copyright © 2021. All rights reserved.