Package org.apache.calcite.tools
Interface Frameworks.BasePrepareAction<R>
- Type Parameters:
- R- result type
- All Known Implementing Classes:
- Frameworks.PrepareAction
- Enclosing class:
- Frameworks
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Piece of code to be run in a context where a planner and statement are
 available. The planner is accessible from the 
cluster parameter, as
 are several other useful objects. The connection and
 DataContext are accessible from the
 statement.- 
Method SummaryModifier and TypeMethodDescriptionapply(RelOptCluster cluster, RelOptSchema relOptSchema, SchemaPlus rootSchema, CalciteServerStatement statement) 
- 
Method Details- 
applyR apply(RelOptCluster cluster, RelOptSchema relOptSchema, SchemaPlus rootSchema, CalciteServerStatement statement) 
 
-