[
https://issues.apache.org/jira/browse/CALCITE-5968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17760397#comment-17760397
]
Wenzhuang Zhu commented on CALCITE-5968:
----------------------------------------
RexImplicationChecker.isSatisfiable will call " final RexExecutable exec =
RexExecutorImpl.getExecutable(builder, constExps, rowType); "
The constructor of RexExecutable will call RexExecutable.compile.
So, I need provide both RexExecutor and RexExecutable.
> Provide an interface class for RexExecutable to decouple janino runtime
> binding
> -------------------------------------------------------------------------------
>
> Key: CALCITE-5968
> URL: https://issues.apache.org/jira/browse/CALCITE-5968
> Project: Calcite
> Issue Type: Improvement
> Reporter: Wenzhuang Zhu
> Assignee: Wenzhuang Zhu
> Priority: Minor
> Labels: pull-request-available
>
> Provide an interface class for RexExecutable to decouple janino runtime
> binding.
> Users may want to use a different runtime implementation({_}e.g.{_} JNI) .
--
This message was sent by Atlassian Jira
(v8.20.10#820010)