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 Summary
ModifierConstructorDescriptionprotected
Deprecated.protected
PrepareAction
(FrameworkConfig config) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.calcite.tools.Frameworks.BasePrepareAction
apply
-
Constructor Details
-
PrepareAction
protected PrepareAction()Deprecated. -
PrepareAction
Deprecated.
-
-
Method Details
-
getConfig
Deprecated.
-