All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.langel.cql.node.operator.FunctionOperator Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.node.operator;

/**
 * @author [email protected](GuHan)
 * @date 2022/12/12 22:19
 **/
public enum FunctionOperator implements Operator {

    C_EXISTS,

    C_SCRIPT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy