public interface ExecutableExpression extends Serializable
Compiled executable expression.
Modifier and Type | Method and Description |
---|---|
Object |
execute(org.apache.calcite.interpreter.Context context) |
void |
execute(org.apache.calcite.interpreter.Context context,
Object[] results) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.