Uses of Class
org.apache.flink.table.types.inference.StaticArgument
Packages that use StaticArgument
-
Uses of StaticArgument in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions with parameters of type StaticArgumentModifier and TypeMethodDescriptionBuiltInFunctionDefinition.Builder.staticArguments(StaticArgument... staticArguments) -
Uses of StaticArgument in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return StaticArgumentModifier and TypeMethodDescriptionstatic StaticArgumentDeclares a scalar argument such asf(12)orf(otherColumn).static StaticArgumentStaticArgument.table(String name, Class<?> conversionClass, boolean isOptional, EnumSet<StaticArgumentTrait> traits) Declares a table argument such asf(t => myTable)orf(t => TABLE myTable)).static StaticArgumentStaticArgument.table(String name, DataType dataType, boolean isOptional, EnumSet<StaticArgumentTrait> traits) Declares a table argument such asf(t => myTable)orf(t => TABLE myTable)).Methods in org.apache.flink.table.types.inference that return types with arguments of type StaticArgumentMethods in org.apache.flink.table.types.inference with parameters of type StaticArgumentModifier and TypeMethodDescriptionTypeInference.Builder.staticArguments(StaticArgument... staticArguments) Sets a list of arguments in a static signature that is not overloaded and does not support varargs.Method parameters in org.apache.flink.table.types.inference with type arguments of type StaticArgumentModifier and TypeMethodDescriptionTypeInference.Builder.staticArguments(List<StaticArgument> staticArgument) Sets a list of arguments in a static signature that is not overloaded and does not support varargs.