Class SqlDelegatingConformance

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

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