| Package | Description |
|---|---|
| org.apache.calcite.util |
Provides utility classes.
|
| 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.
|
Resources.StringProp |
SaffronProperties.defaultCharset()
The string property "saffron.default.charset" is the name of the default
character set.
|
Resources.StringProp |
SaffronProperties.defaultCollation()
The string property "saffron.default.collation.name" is the name of the
default collation.
|
Resources.StringProp |
SaffronProperties.defaultCollationStrength()
The string property "saffron.default.collation.strength" is the strength
of the default collation.
|
Resources.StringProp |
SaffronProperties.defaultNationalCharset()
The string property "saffron.default.nationalcharset" is the name of the
default national character set which is used with the N'string' construct
which may or may not be different from the
SaffronProperties.defaultCharset(). |
Resources.IntProp |
SaffronProperties.metadataHandlerCacheMaximumSize()
The string property "saffron.metadata.handler.cache.maximum.size" is the
maximum size of the cache of metadata handlers.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.