Package | Description |
---|---|
org.apache.flink.table.planner.functions.inference | |
org.apache.flink.table.types.inference | |
org.apache.flink.table.types.inference.strategies |
Constructor and Description |
---|
ArgumentCountRange(ArgumentCount argumentCount) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantArgumentCount
Helper class for
ArgumentCount with constant boundaries. |
Modifier and Type | Method and Description |
---|---|
static ArgumentCount |
ConstantArgumentCount.any() |
static ArgumentCount |
ConstantArgumentCount.between(int minCount,
int maxCount) |
static ArgumentCount |
ConstantArgumentCount.from(int minCount) |
ArgumentCount |
InputTypeStrategy.getArgumentCount()
Initial input validation based on the number of arguments.
|
static ArgumentCount |
ConstantArgumentCount.of(int count) |
Modifier and Type | Method and Description |
---|---|
static InputTypeStrategy |
InputTypeStrategies.wildcardWithCount(ArgumentCount argumentCount)
Strategy that does not perform any modification or validation of the input.
|
Modifier and Type | Method and Description |
---|---|
ArgumentCount |
VaryingSequenceInputTypeStrategy.getArgumentCount() |
ArgumentCount |
SequenceInputTypeStrategy.getArgumentCount() |
ArgumentCount |
OrInputTypeStrategy.getArgumentCount() |
ArgumentCount |
MapInputTypeStrategy.getArgumentCount() |
ArgumentCount |
ArrayInputTypeStrategy.getArgumentCount() |
ArgumentCount |
WildcardInputTypeStrategy.getArgumentCount() |
Constructor and Description |
---|
WildcardInputTypeStrategy(ArgumentCount argumentCount) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.