| Package | Description |
|---|---|
| org.apache.flink.table.types.inference | |
| org.apache.flink.table.types.inference.strategies | |
| org.apache.flink.table.types.logical |
| Modifier and Type | Method and Description |
|---|---|
static InputTypeStrategy |
InputTypeStrategies.comparable(ConstantArgumentCount argumentCount,
StructuredType.StructuredComparision requiredComparision)
Strategy that checks all types are comparable with each other.
|
| Constructor and Description |
|---|
ComparableTypeStrategy(ConstantArgumentCount argumentCount,
StructuredType.StructuredComparision requiredComparision) |
| Modifier and Type | Method and Description |
|---|---|
StructuredType.StructuredComparision |
StructuredType.getComparision() |
static StructuredType.StructuredComparision |
StructuredType.StructuredComparision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredType.StructuredComparision[] |
StructuredType.StructuredComparision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredType.Builder |
StructuredType.Builder.comparision(StructuredType.StructuredComparision comparision) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.