fun.langel.cql.node.Function Maven / Gradle / Ivy
The newest version!
package fun.langel.cql.node;
/**
* @author [email protected](GuHan)
* @date 2022/12/12 21:44
**/
public interface Function extends Expr {
Node executable();
// default boolean selectFunctionCall() {
// return false;
// }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy