Class DebuggableExecutableExpression
- java.lang.Object
-
- org.apache.storm.sql.runtime.calcite.DebuggableExecutableExpression
-
- All Implemented Interfaces:
Serializable
,ExecutableExpression
public class DebuggableExecutableExpression extends Object implements ExecutableExpression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DebuggableExecutableExpression(ExecutableExpression delegate, String delegateCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(org.apache.calcite.interpreter.Context context)
void
execute(org.apache.calcite.interpreter.Context context, Object[] results)
String
getDelegateCode()
-
-
-
Constructor Detail
-
DebuggableExecutableExpression
public DebuggableExecutableExpression(ExecutableExpression delegate, String delegateCode)
-
-
Method Detail
-
execute
public Object execute(org.apache.calcite.interpreter.Context context)
- Specified by:
execute
in interfaceExecutableExpression
-
execute
public void execute(org.apache.calcite.interpreter.Context context, Object[] results)
- Specified by:
execute
in interfaceExecutableExpression
-
getDelegateCode
public String getDelegateCode()
-
-