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 ExecutableExpressionpublic void execute(org.apache.calcite.interpreter.Context context,
                    Object[] results)
execute in interface ExecutableExpressionpublic String getDelegateCode()
Copyright © 2022 The Apache Software Foundation. All rights reserved.