R
- result type@Public public interface DataTypeVisitor<R>
DataType
. The visitor transforms a data type into instances of
R
.Modifier and Type | Method and Description |
---|---|
R |
visit(ArrayType arrayType) |
R |
visit(BigIntType bigIntType) |
R |
visit(BinaryType binaryType) |
R |
visit(BooleanType booleanType) |
R |
visit(CharType charType) |
R |
visit(DateType dateType) |
R |
visit(DecimalType decimalType) |
R |
visit(DoubleType doubleType) |
R |
visit(FloatType floatType) |
R |
visit(IntType intType) |
R |
visit(LocalZonedTimestampType localZonedTimestampType) |
R |
visit(MapType mapType) |
R |
visit(MultisetType multisetType) |
R |
visit(RowType rowType) |
R |
visit(SmallIntType smallIntType) |
R |
visit(TimestampType timestampType) |
R |
visit(TimeType timeType) |
R |
visit(TinyIntType tinyIntType) |
R |
visit(VarBinaryType varBinaryType) |
R |
visit(VarCharType varCharType) |
R visit(VarCharType varCharType)
R visit(BooleanType booleanType)
R visit(BinaryType binaryType)
R visit(VarBinaryType varBinaryType)
R visit(DecimalType decimalType)
R visit(TinyIntType tinyIntType)
R visit(SmallIntType smallIntType)
R visit(BigIntType bigIntType)
R visit(DoubleType doubleType)
R visit(TimestampType timestampType)
R visit(LocalZonedTimestampType localZonedTimestampType)
R visit(MultisetType multisetType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.