Package org.apache.calcite.rel.core
Class RelFactories.SnapshotFactoryImpl
java.lang.Object
org.apache.calcite.rel.core.RelFactories.SnapshotFactoryImpl
- All Implemented Interfaces:
 RelFactories.SnapshotFactory
- Enclosing class:
 RelFactories
public static class RelFactories.SnapshotFactoryImpl
extends Object
implements RelFactories.SnapshotFactory
Implementation of 
RelFactories.SnapshotFactory that
 returns a vanilla LogicalSnapshot.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateSnapshot(RelNode input, RexNode period) Creates aSnapshot. 
- 
Constructor Details
- 
SnapshotFactoryImpl
public SnapshotFactoryImpl() 
 - 
 - 
Method Details
- 
createSnapshot
Description copied from interface:RelFactories.SnapshotFactoryCreates aSnapshot.- Specified by:
 createSnapshotin interfaceRelFactories.SnapshotFactory
 
 -