Package org.apache.calcite.tools
Class Frameworks.PrepareAction<R>
java.lang.Object
org.apache.calcite.tools.Frameworks.PrepareAction<R>
- Type Parameters:
- R- result type
- All Implemented Interfaces:
- Frameworks.BasePrepareAction<R>
- Enclosing class:
- Frameworks
@Deprecated
public abstract static class Frameworks.PrepareAction<R>
extends Object
implements Frameworks.BasePrepareAction<R>
Deprecated.
As 
Frameworks.BasePrepareAction but with a FrameworkConfig included.
 Deprecated because a functional interface is more convenient.- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedPrepareAction(FrameworkConfig config) Deprecated.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.calcite.tools.Frameworks.BasePrepareActionapply
- 
Constructor Details- 
PrepareActionprotected PrepareAction()Deprecated.
- 
PrepareActionDeprecated.
 
- 
- 
Method Details- 
getConfigDeprecated.
 
-