Class DelegatingTypeSystem

java.lang.Object
org.apache.calcite.rel.type.DelegatingTypeSystem
All Implemented Interfaces:
RelDataTypeSystem
Direct Known Subclasses:
SqlOperatorTest.CustomTimeFrameTypeSystem

public class DelegatingTypeSystem extends Object implements RelDataTypeSystem
Implementation of RelDataTypeSystem that sends all methods to an underlying object.