
com.github.leeonky.dal.runtime.Operators Maven / Gradle / Ivy
package com.github.leeonky.dal.runtime;
public enum Operators {
PLUS, SUB, MUL, DIV, EQUAL, MATCH, NA
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.leeonky.dal.runtime;
public enum Operators {
PLUS, SUB, MUL, DIV, EQUAL, MATCH, NA
}