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 Details

    • PrepareAction

      protected PrepareAction()
      Deprecated.
    • PrepareAction

      protected PrepareAction(FrameworkConfig config)
      Deprecated.
  • Method Details