private static class CachingCalciteSchema.SubSchemaCache extends Object
CalciteSchema.| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.common.cache.LoadingCache<String,CalciteSchema> |
cache
Cached
CalciteSchema wrappers. |
(package private) NameSet |
names
The names of sub-schemas returned from the
Schema SPI. |
| Modifier | Constructor and Description |
|---|---|
private |
SubSchemaCache(CalciteSchema calciteSchema,
Set<String> names) |
final com.google.common.cache.LoadingCache<String,CalciteSchema> cache
CalciteSchema wrappers. It is
worth caching them because they contain maps of their own sub-objects.private SubSchemaCache(CalciteSchema calciteSchema, Set<String> names)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.