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 Summary
Modifier and TypeMethodDescriptioncreateSnapshot
(RelNode input, RexNode period) Creates aSnapshot
.
-
Method Details
-
createSnapshot
Creates aSnapshot
.
-