public abstract static class BitmapFileIndexMeta.DataTypeVisitorAdapter<R> extends Object implements DataTypeVisitor<R>
Constructor and Description |
---|
DataTypeVisitorAdapter() |
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) |
abstract R |
visitBinaryString() |
abstract R |
visitByte() |
abstract R |
visitDouble() |
abstract R |
visitFloat() |
abstract R |
visitInt() |
abstract R |
visitLong() |
abstract R |
visitShort() |
public abstract R visitBinaryString()
public abstract R visitByte()
public abstract R visitShort()
public abstract R visitInt()
public abstract R visitLong()
public abstract R visitFloat()
public abstract R visitDouble()
public final R visit(CharType charType)
visit
in interface DataTypeVisitor<R>
public final R visit(VarCharType varCharType)
visit
in interface DataTypeVisitor<R>
public final R visit(BooleanType booleanType)
visit
in interface DataTypeVisitor<R>
public final R visit(BinaryType binaryType)
visit
in interface DataTypeVisitor<R>
public final R visit(VarBinaryType varBinaryType)
visit
in interface DataTypeVisitor<R>
public final R visit(DecimalType decimalType)
visit
in interface DataTypeVisitor<R>
public final R visit(TinyIntType tinyIntType)
visit
in interface DataTypeVisitor<R>
public final R visit(SmallIntType smallIntType)
visit
in interface DataTypeVisitor<R>
public final R visit(IntType intType)
visit
in interface DataTypeVisitor<R>
public final R visit(BigIntType bigIntType)
visit
in interface DataTypeVisitor<R>
public final R visit(FloatType floatType)
visit
in interface DataTypeVisitor<R>
public final R visit(DoubleType doubleType)
visit
in interface DataTypeVisitor<R>
public final R visit(DateType dateType)
visit
in interface DataTypeVisitor<R>
public final R visit(TimeType timeType)
visit
in interface DataTypeVisitor<R>
public final R visit(ArrayType arrayType)
visit
in interface DataTypeVisitor<R>
public final R visit(MultisetType multisetType)
visit
in interface DataTypeVisitor<R>
public final R visit(TimestampType timestampType)
visit
in interface DataTypeVisitor<R>
public final R visit(LocalZonedTimestampType localZonedTimestampType)
visit
in interface DataTypeVisitor<R>
public final R visit(MapType mapType)
visit
in interface DataTypeVisitor<R>
public final R visit(RowType rowType)
visit
in interface DataTypeVisitor<R>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.