| Package | Description |
|---|---|
| org.apache.flink.table.types.inference |
| Class and Description |
|---|
| AndArgumentTypeStrategy
Strategy for inferring and validating an argument using a conjunction of multiple
ArgumentTypeStrategys
into one like f(NUMERIC && LITERAL) |
| AnyArgumentTypeStrategy
Strategy for an argument that can be of any type.
|
| ExplicitArgumentTypeStrategy
Strategy for an argument that corresponds to an explicitly defined type.
|
| LiteralArgumentTypeStrategy
Strategy that checks if an argument is a literal.
|
| OrArgumentTypeStrategy
Strategy for inferring and validating an argument using a disjunction of multiple
ArgumentTypeStrategys
into one like f(NUMERIC || STRING). |
| OutputArgumentTypeStrategy
Strategy for inferring an unknown argument type from the function's output
DataType if available. |
| WildcardInputTypeStrategy
Strategy that does not perform any modification or validation of the input.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.