Uses of Class
org.apache.calcite.linq4j.tree.Primitive.Flavor
-
Packages that use Primitive.Flavor Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of Primitive.Flavor in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return Primitive.Flavor Modifier and Type Method Description static Primitive.FlavorPrimitive. flavor(Type type)Returns whether this type is a primitive, box or other type.static Primitive.FlavorPrimitive.Flavor. valueOf(String name)Returns the enum constant of this type with the specified name.static Primitive.Flavor[]Primitive.Flavor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-