Package | Description |
---|---|
org.apache.paimon.casting | |
org.apache.paimon.types |
Modifier and Type | Method and Description |
---|---|
Set<DataTypeFamily> |
CastRulePredicate.getInputTypeFamilies() |
Set<DataTypeFamily> |
CastRulePredicate.getTargetTypeFamilies() |
Modifier and Type | Method and Description |
---|---|
CastRulePredicate.Builder |
CastRulePredicate.Builder.input(DataTypeFamily inputTypeFamily) |
CastRulePredicate.Builder |
CastRulePredicate.Builder.target(DataTypeFamily outputTypeFamily) |
Modifier and Type | Method and Description |
---|---|
static DataTypeFamily |
DataTypeFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeFamily[] |
DataTypeFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<DataTypeFamily> |
DataTypeRoot.getFamilies() |
Modifier and Type | Method and Description |
---|---|
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.