public static class FastHash.FastHashVisitor extends Object implements DataTypeVisitor<FastHash>
Constructor and Description |
---|
FastHashVisitor() |
Modifier and Type | Method and Description |
---|---|
FastHash |
visit(ArrayType arrayType) |
FastHash |
visit(BigIntType bigIntType) |
FastHash |
visit(BinaryType binaryType) |
FastHash |
visit(BooleanType booleanType) |
FastHash |
visit(CharType charType) |
FastHash |
visit(DateType dateType) |
FastHash |
visit(DecimalType decimalType) |
FastHash |
visit(DoubleType doubleType) |
FastHash |
visit(FloatType floatType) |
FastHash |
visit(IntType intType) |
FastHash |
visit(LocalZonedTimestampType localZonedTimestampType) |
FastHash |
visit(MapType mapType) |
FastHash |
visit(MultisetType multisetType) |
FastHash |
visit(RowType rowType) |
FastHash |
visit(SmallIntType smallIntType) |
FastHash |
visit(TimestampType timestampType) |
FastHash |
visit(TimeType timeType) |
FastHash |
visit(TinyIntType tinyIntType) |
FastHash |
visit(VarBinaryType varBinaryType) |
FastHash |
visit(VarCharType varCharType) |
FastHash |
visit(VariantType variantType) |
public FastHash visit(CharType charType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(VarCharType varCharType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(BooleanType booleanType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(BinaryType binaryType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(VarBinaryType varBinaryType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(DecimalType decimalType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(TinyIntType tinyIntType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(SmallIntType smallIntType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(IntType intType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(BigIntType bigIntType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(FloatType floatType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(DoubleType doubleType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(DateType dateType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(TimeType timeType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(TimestampType timestampType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(LocalZonedTimestampType localZonedTimestampType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(VariantType variantType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(ArrayType arrayType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(MultisetType multisetType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(MapType mapType)
visit
in interface DataTypeVisitor<FastHash>
public FastHash visit(RowType rowType)
visit
in interface DataTypeVisitor<FastHash>
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.