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

fun.langel.cql.execution.DefaultExecutor Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.execution;

import fun.langel.cql.invoke.ExecutionContext;

/**
 * @author [email protected](GuHan)
 * @since 2022/5/20 15:16
 **/
public class DefaultExecutor implements Executor {

    @Override
    public Result execute(ExecutionContext execCtx) {

        return Result.EMPTY;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy