Uses of Class
org.apache.flink.table.types.inference.StaticArgumentTrait
-
Packages that use StaticArgumentTrait Package Description org.apache.flink.table.annotation org.apache.flink.table.types.inference -
-
Uses of StaticArgumentTrait in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return StaticArgumentTrait Modifier and Type Method Description StaticArgumentTraitArgumentTrait. toStaticTrait() -
Uses of StaticArgumentTrait in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return StaticArgumentTrait Modifier and Type Method Description static StaticArgumentTraitStaticArgumentTrait. valueOf(String name)Returns 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 StaticArgumentTrait Modifier and Type Method Description Set<StaticArgumentTrait>StaticArgumentTrait. getRequirements()EnumSet<StaticArgumentTrait>StaticArgument. getTraits()Methods in org.apache.flink.table.types.inference with parameters of type StaticArgumentTrait Modifier and Type Method Description booleanStaticArgument. is(StaticArgumentTrait trait)Method parameters in org.apache.flink.table.types.inference with type arguments of type StaticArgumentTrait Modifier and Type Method Description 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)).
-