Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望添加类似于Expression#getVaraibleNames的方法,以获取表达式中所使用到的自定义方法(或者所有方法) #445

Closed
trytocatch opened this issue Mar 3, 2022 · 6 comments

Comments

@trytocatch
Copy link

希望添加类似于Expression#getVaraibleNames的方法,以获取表达式中所使用到的自定义方法(或者所有方法)。
自己去表达式字符串中查找,不严谨,可能存在转义,或本身是字符串常量而非方法调用的问题

@argan
Copy link

argan commented Sep 30, 2022

+1 , 希望能获取相关的Metadata信息,表达式中使用了哪些函数,或者变量

@andy-yanggu
Copy link

+1,希望能Expression#getUserDefinedFunction类似的方法,返回自定义函数的元数据,例如返回自定义函数的名称、方法参数等信息。

@andy-yanggu
Copy link

这个功能有计划做吗

@deific
Copy link

deific commented Nov 22, 2023

+1, 希望能获取相关的Metadata信息,表达式中使用了哪些函数,或者变量

@LoSeitall
Copy link

这个可以先用antlr去实现这个功能,不是很复杂

+1, 希望能获取相关的Metadata信息,表达式中使用了哪些函数,或者变量

@killme2008
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants