Class AbstractSourceMapping

java.lang.Object
org.apache.calcite.util.mapping.Mappings.AbstractMapping
org.apache.calcite.util.mapping.AbstractSourceMapping
All Implemented Interfaces:
Iterable<IntPair>, Mapping, Mappings.CoreMapping, Mappings.FunctionMapping, Mappings.SourceMapping, Mappings.TargetMapping

public abstract class AbstractSourceMapping extends Mappings.AbstractMapping implements Mapping
Simple implementation of Mappings.TargetMapping where the number of sources and targets are specified as constructor parameters, and you just need to implement one method.