| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Resources.PropertyAccessor.booleanValue(Resources.BooleanProp p) |
boolean |
Resources.EmptyPropertyAccessor.booleanValue(Resources.BooleanProp p) |
boolean |
Resources.PropertiesAccessor.booleanValue(Resources.BooleanProp p) |
boolean |
Resources.PropertyAccessor.booleanValue(Resources.BooleanProp p,
boolean defaultValue) |
boolean |
Resources.EmptyPropertyAccessor.booleanValue(Resources.BooleanProp p,
boolean defaultValue) |
boolean |
Resources.PropertiesAccessor.booleanValue(Resources.BooleanProp p,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Resources.BooleanProp |
SaffronProperties.allowInfiniteCostConverters()
The boolean property "saffron.opt.allowInfiniteCostConverters" determines
whether the optimizer will consider adding converters of infinite cost in
order to convert a relational expression from one calling convention to
another.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.