| Package | Description |
|---|---|
| org.apache.arrow.vector.types | |
| org.apache.arrow.vector.types.pojo |
| Modifier and Type | Method and Description |
|---|---|
static TimeUnit |
TimeUnit.fromFlatbufID(short id) |
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
ArrowType.Time.getUnit() |
TimeUnit |
ArrowType.Timestamp.getUnit() |
| Constructor and Description |
|---|
Time(TimeUnit unit,
int bitWidth) |
Timestamp(TimeUnit unit,
String timezone) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.