Package org.apache.iceberg.flink
Class FlinkTypeVisitor<T>
java.lang.Object
org.apache.iceberg.flink.FlinkTypeVisitor<T>
- All Implemented Interfaces:
org.apache.flink.table.types.logical.LogicalTypeVisitor<T>
public abstract class FlinkTypeVisitor<T>
extends Object
implements org.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisit(org.apache.flink.table.types.logical.DayTimeIntervalType dayTimeIntervalType) visit(org.apache.flink.table.types.logical.DistinctType distinctType) visit(org.apache.flink.table.types.logical.LogicalType other) visit(org.apache.flink.table.types.logical.NullType nullType) visit(org.apache.flink.table.types.logical.RawType<?> rawType) visit(org.apache.flink.table.types.logical.StructuredType structuredType) visit(org.apache.flink.table.types.logical.SymbolType<?> symbolType) visit(org.apache.flink.table.types.logical.YearMonthIntervalType yearMonthIntervalType) visit(org.apache.flink.table.types.logical.ZonedTimestampType zonedTimestampType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.types.logical.LogicalTypeVisitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
-
Constructor Details
-
FlinkTypeVisitor
public FlinkTypeVisitor()
-
-
Method Details
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-
visit
- Specified by:
visitin interfaceorg.apache.flink.table.types.logical.LogicalTypeVisitor<T>
-