| パッケージ | 説明 |
|---|---|
| org.apache.arrow.vector.types | |
| org.apache.arrow.vector.types.pojo |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static TimeUnit |
TimeUnit.fromFlatbufID(short id) |
static TimeUnit |
TimeUnit.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static TimeUnit[] |
TimeUnit.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TimeUnit |
ArrowType.Time.getUnit() |
TimeUnit |
ArrowType.Timestamp.getUnit() |
| コンストラクタと説明 |
|---|
Time(TimeUnit unit,
int bitWidth) |
Timestamp(TimeUnit unit,
String timezone) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.