Package org.apache.calcite.plan
Interface RelOptConnection
public interface RelOptConnection
The planner's view of a connection to a database.
A connection contains a RelOptSchema
, via which the query planner
can access RelOptTable
objects.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the schema underlying this connection.
-
Method Details
-
getRelOptSchema
RelOptSchema getRelOptSchema()Returns the schema underlying this connection.
-