Uses of Class
org.apache.calcite.linq4j.tree.Primitive
-
Packages that use Primitive Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of Primitive in org.apache.calcite.linq4j.tree
Fields in org.apache.calcite.linq4j.tree declared as Primitive Modifier and Type Field Description private PrimitiveBinaryExpression. primitiveFields in org.apache.calcite.linq4j.tree with type parameters of type Primitive Modifier and Type Field Description private static Map<Class,Primitive>Primitive. BOX_MAPprivate static Map<Class,Primitive>Primitive. PRIMITIVE_MAPMethods in org.apache.calcite.linq4j.tree that return Primitive Modifier and Type Method Description static PrimitivePrimitive. of(Type type)Returns the Primitive object for a given primitive class.static PrimitivePrimitive. ofBox(Type type)Returns the Primitive object for a given boxing class.static PrimitivePrimitive. ofBoxOr(Type type)Returns the Primitive object for a given primitive or boxing class.static PrimitivePrimitive. valueOf(String name)Returns the enum constant of this type with the specified name.static Primitive[]Primitive. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.linq4j.tree with parameters of type Primitive Modifier and Type Method Description booleanPrimitive. assignableFrom(Primitive primitive)static ExpressionExpressions. box(Expression expression, Primitive primitive)Returns an expression to box the value of a primitive expression.static ExpressionExpressions. unbox(Expression expression, Primitive primitive)Returns an expression to unbox the value of a boxed-primitive expression.
-