Uses of Enum
org.apache.flink.table.types.inference.StaticArgumentTrait
Packages that use StaticArgumentTrait
-
Uses of StaticArgumentTrait in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return StaticArgumentTrait -
Uses of StaticArgumentTrait in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return StaticArgumentTraitModifier and TypeMethodDescriptionstatic StaticArgumentTraitReturns the enum constant of this type with the specified name.static StaticArgumentTrait[]StaticArgumentTrait.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.types.inference that return types with arguments of type StaticArgumentTraitModifier and TypeMethodDescriptionStaticArgumentTrait.getRequirements()StaticArgument.getTraits()Methods in org.apache.flink.table.types.inference with parameters of type StaticArgumentTraitMethod parameters in org.apache.flink.table.types.inference with type arguments of type StaticArgumentTraitModifier and TypeMethodDescriptionstatic 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)).