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

org.aksw.jenax.arq.aggregation.BindingMapperPassThrough Maven / Gradle / Ivy

The newest version!
package org.aksw.jenax.arq.aggregation;

import org.apache.jena.sparql.engine.binding.Binding;

public class BindingMapperPassThrough
    implements BindingMapper
{
    public Binding apply(Binding binding, Long rowNum) {
        return binding;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy