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 SummaryModifier and TypeMethodDescriptionReturns the schema underlying this connection.
- 
Method Details- 
getRelOptSchemaRelOptSchema getRelOptSchema()Returns the schema underlying this connection.
 
-