| Package | Description |
|---|---|
| org.apache.calcite.sql.type |
SQL type system.
|
| Modifier and Type | Field and Description |
|---|---|
private static SqlTypeAssignmentRules |
SqlTypeAssignmentRules.COERCE_INSTANCE |
private static SqlTypeAssignmentRules |
SqlTypeAssignmentRules.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static SqlTypeAssignmentRules |
SqlTypeAssignmentRules.instance()
Returns an instance that does not coerce.
|
static SqlTypeAssignmentRules |
SqlTypeAssignmentRules.instance(boolean coerce)
Returns an instance.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.