Interface ExecutableExpression

All Superinterfaces:
Serializable
All Known Implementing Classes:
DebuggableExecutableExpression

public interface ExecutableExpression extends Serializable
Compiled executable expression.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(org.apache.calcite.interpreter.Context context)
     
    void
    execute(org.apache.calcite.interpreter.Context context, Object[] results)
     
  • Method Details

    • execute

      Object execute(org.apache.calcite.interpreter.Context context)
    • execute

      void execute(org.apache.calcite.interpreter.Context context, Object[] results)