| 程序包 | 说明 |
|---|---|
| org.apache.paimon.types |
| 限定符和类型 | 方法和说明 |
|---|---|
static DataTypeFamily |
DataTypeFamily.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DataTypeFamily[] |
DataTypeFamily.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Set<DataTypeFamily> |
DataTypeRoot.getFamilies() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DataType.is(DataTypeFamily family)
Returns whether the family type of the type equals to the
family or not. |
boolean |
DataType.isAnyOf(DataTypeFamily... typeFamilies)
Returns whether the root of the type is part of at least one family of the
typeFamily
or not. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.