Package org.apache.calcite.jdbc
Class CalciteSchemaBuilder
- java.lang.Object
-
- org.apache.calcite.jdbc.CalciteSchemaBuilder
-
public class CalciteSchemaBuilder extends Object
This class is used to create aCalciteSchema
with a givenSchema
as the root.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.calcite.jdbc.CalciteSchema
asRootSchema(org.apache.calcite.schema.Schema root)
Creates aCalciteSchema
with a givenSchema
as the root.
-