| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static Primitive.Flavor |
Primitive.flavor(Type type)
Returns whether this type is a primitive, box or other type.
|
static Primitive.Flavor |
Primitive.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.
|
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.