Class DataTypeDefaultVisitor<R>

java.lang.Object
org.apache.flink.table.types.utils.DataTypeDefaultVisitor<R>
All Implemented Interfaces:
DataTypeVisitor<R>

@Internal public abstract class DataTypeDefaultVisitor<R> extends Object implements DataTypeVisitor<R>
Implementation of DataTypeVisitor that redirects all calls to defaultMethod(DataType).