public class DebuggableExecutableExpression extends Object implements ExecutableExpression
Constructor and Description |
---|
DebuggableExecutableExpression(ExecutableExpression delegate,
String delegateCode) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(org.apache.calcite.interpreter.Context context) |
void |
execute(org.apache.calcite.interpreter.Context context,
Object[] results) |
String |
getDelegateCode() |
public DebuggableExecutableExpression(ExecutableExpression delegate, String delegateCode)
public Object execute(org.apache.calcite.interpreter.Context context)
execute
in interface ExecutableExpression
public void execute(org.apache.calcite.interpreter.Context context, Object[] results)
execute
in interface ExecutableExpression
public String getDelegateCode()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.