| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Field and Description |
|---|---|
private Primitive |
BinaryExpression.primitive |
| Modifier and Type | Field and Description |
|---|---|
private static Map<Class,Primitive> |
Primitive.BOX_MAP |
private static Map<Class,Primitive> |
Primitive.PRIMITIVE_MAP |
| Modifier and Type | Method and Description |
|---|---|
static Primitive |
Primitive.of(Type type)
Returns the Primitive object for a given primitive class.
|
static Primitive |
Primitive.ofBox(Type type)
Returns the Primitive object for a given boxing class.
|
static Primitive |
Primitive.ofBoxOr(Type type)
Returns the Primitive object for a given primitive or boxing class.
|
static Primitive |
Primitive.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Primitive.assignableFrom(Primitive primitive) |
static Expression |
Expressions.box(Expression expression,
Primitive primitive)
Returns an expression to box the value of a primitive expression.
|
static Expression |
Expressions.unbox(Expression expression,
Primitive primitive)
Returns an expression to unbox the value of a boxed-primitive expression.
|
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.