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

com.alipay.rdf.file.function.ConstFunction Maven / Gradle / Ivy

There is a newer version: 2.2.11
Show newest version
package com.alipay.rdf.file.function;

/**
 * Copyright (C) 2013-2018 Ant Financial Services Group
 * 
 * 常量函数
 * 
 * @author hongwei.quhw
 * @version $Id: ConstFunction.java, v 0.1 2017年4月5日 下午7:36:38 hongwei.quhw Exp $
 */
public class ConstFunction extends RdfFunction {
    @Override
    public String execute(FuncContext ctx) {
        return expression;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy