| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<SqlKind,Strong.Policy> |
Strong.MAP |
| Modifier and Type | Method and Description |
|---|---|
static Strong.Policy |
Strong.policy(SqlKind kind)
Returns how to deduce whether a particular kind of expression is null,
given whether its arguments are null.
|
static Strong.Policy |
Strong.Policy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strong.Policy[] |
Strong.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static Map<SqlKind,Strong.Policy> |
Strong.createPolicyMap() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.