| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected NameSet |
CalciteSchema.functionNames |
(package private) NameSet |
CachingCalciteSchema.SubSchemaCache.names
The names of sub-schemas returned from the
Schema SPI. |
| Modifier and Type | Field and Description |
|---|---|
private CachingCalciteSchema.Cached<NameSet> |
CachingCalciteSchema.implicitFunctionCache |
private CachingCalciteSchema.Cached<NameSet> |
CachingCalciteSchema.implicitTableCache |
| Modifier and Type | Method and Description |
|---|---|
static NameSet |
NameSet.immutableCopyOf(Set<String> names)
Creates a NameSet that is an immutable copy of a given collection.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.