Class SchemaUtils
java.lang.Object
org.apache.wayang.api.sql.calcite.schema.SchemaUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.calcite.jdbc.CalciteSchemagetCalciteSchema(Connection connection) static org.apache.calcite.jdbc.CalciteSchemagetSchema(Configuration configuration)
-
Constructor Details
-
SchemaUtils
public SchemaUtils()
-
-
Method Details
-
getSchema
public static org.apache.calcite.jdbc.CalciteSchema getSchema(Configuration configuration) throws SQLException - Throws:
SQLException
-
getCalciteSchema
public static org.apache.calcite.jdbc.CalciteSchema getCalciteSchema(Connection connection) throws SQLException - Throws:
SQLException
-