Class SqlDelegatingConformance

java.lang.Object
org.apache.calcite.sql.validate.SqlAbstractConformance
org.apache.calcite.sql.validate.SqlDelegatingConformance
All Implemented Interfaces:
SqlConformance

public class SqlDelegatingConformance extends SqlAbstractConformance
Implementation of SqlConformance that delegates all methods to another object. You can create a sub-class that overrides particular methods.