@Internal @Deprecated public class LegacyUserDefinedFunctionInference extends Object
UserDefinedFunctionUtils
to run some of the type inference for legacy functions in
Table API.Modifier and Type | Method and Description |
---|---|
static InputTypeStrategy |
getInputTypeStrategy(ImperativeAggregateFunction<?,?> func)
Deprecated.
|
static InputTypeStrategy |
getInputTypeStrategy(ScalarFunction func)
Deprecated.
|
static InputTypeStrategy |
getInputTypeStrategy(TableFunction<?> func)
Deprecated.
|
static TypeStrategy |
getOutputTypeStrategy(ScalarFunction func)
Deprecated.
|
public static InputTypeStrategy getInputTypeStrategy(ImperativeAggregateFunction<?,?> func)
public static InputTypeStrategy getInputTypeStrategy(TableFunction<?> func)
public static TypeStrategy getOutputTypeStrategy(ScalarFunction func)
public static InputTypeStrategy getInputTypeStrategy(ScalarFunction func)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.