Package org.apache.calcite.rel.core
Interface RelFactories.SnapshotFactory
- All Known Implementing Classes:
- RelFactories.SnapshotFactoryImpl
- Enclosing class:
- RelFactories
public static interface RelFactories.SnapshotFactory
Can create a 
Snapshot of
 the appropriate type for a rule's calling convention.- 
Method SummaryModifier and TypeMethodDescriptioncreateSnapshot(RelNode input, RexNode period) Creates aSnapshot.
- 
Method Details- 
createSnapshotCreates aSnapshot.
 
-