Interface ExecutableExpression
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DebuggableExecutableExpression
public interface ExecutableExpression extends Serializable
Compiled executable expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute(org.apache.calcite.interpreter.Context context)
void
execute(org.apache.calcite.interpreter.Context context, Object[] results)
-