Class | Description |
---|---|
DynamicRootSchema |
Loads schemas from storage plugins later when
CalciteSchema.getSubSchema(String, boolean)
is called. |
DynamicSchema |
Unlike SimpleCalciteSchema, DynamicSchema could have an empty or partial schemaMap, but it could maintain a map of
name->SchemaFactory, and only register schema when the correspondent name is requested.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.