| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
TimeUnit.type |
TimeUnit.type.intern() |
TimeUnit.type |
DurationType.unit() |
TimeUnit.type |
TimeType.unit() |
TimeUnit.type |
TimestampType.unit() |
TimeUnit.type |
StrptimeOptions.unit() |
static TimeUnit.type |
TimeUnit.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit.type[] |
TimeUnit.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StrptimeOptions |
StrptimeOptions.unit(TimeUnit.type setter) |
| Constructor and Description |
|---|
DurationType(TimeUnit.type unit) |
StrptimeOptions(String format,
TimeUnit.type unit) |
Time32Type(TimeUnit.type unit) |
Time64Type(TimeUnit.type unit) |
TimestampType(TimeUnit.type unit) |
TimestampType(TimeUnit.type unit,
String timezone) |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
arrow.duration(TimeUnit.type unit)
\brief Return a Duration instance (naming use _type to avoid namespace conflict with
built in time classes).
|
static TypeMatcher |
arrow.DurationTypeUnit(TimeUnit.type unit) |
static Pointer |
arrow.shiftLeft(Pointer os,
TimeUnit.type unit) |
static DataType |
arrow.time32(TimeUnit.type unit)
\brief Create a 32-bit time type instance
Unit can be either SECOND or MILLI
|
static TypeMatcher |
arrow.Time32TypeUnit(TimeUnit.type unit) |
static DataType |
arrow.time64(TimeUnit.type unit)
\brief Create a 64-bit time type instance
Unit can be either MICRO or NANO
|
static TypeMatcher |
arrow.Time64TypeUnit(TimeUnit.type unit) |
static DataType |
arrow.timestamp(TimeUnit.type unit)
\brief Create a TimestampType instance from its unit
|
static DataType |
arrow.timestamp(TimeUnit.type unit,
String timezone)
\brief Create a TimestampType instance from its unit and timezone
|
static TypeMatcher |
arrow.TimestampTypeUnit(TimeUnit.type unit)
\brief Match any TimestampType instance having the same unit, but the time
zones can be different.
|
static String |
arrow.ToString(TimeUnit.type unit) |
| Modifier and Type | Method and Description |
|---|---|
TimeUnit.type |
ArrowWriterProperties.coerce_timestamps_unit() |
| Modifier and Type | Method and Description |
|---|---|
ArrowWriterProperties.Builder |
ArrowWriterProperties.Builder.coerce_timestamps(TimeUnit.type unit) |
Copyright © 2021. All rights reserved.