Fix the Jep.nodeToExpression method
It contains a lot of instanceof operations. Maybe we should register functions in a more
flexible way so we can convert from a Jep function to a Query API expression for the standard functions just as we can for the extended functions (if the implement the JepExpressionFunction
interface). If we want to support more function the current implementation needs to be changed in several places.
Change History
(5)
Priority: |
minor → trivial
|
Milestone: |
→ BASE 2.x+
|
Version: |
→ trunk
|
Milestone: |
BASE 2.x+ → BASE 2.4
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
(In [3604]) Fixes #257: Fix the Jep.nodeToExpression method