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

com.alibaba.qlexpress4.runtime.operator.Operator Maven / Gradle / Ivy

package com.alibaba.qlexpress4.runtime.operator;

/**
 * 操作符接口
 *
 * @author bingo
 */
public interface Operator {
    /**
     * @return 操作符
     */
    String getOperator();

    /**
     * @return 操作符优先级
     */
    int getPriority();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy