Package io.trino.hive.formats.avro
Record Class NativeLogicalTypesAvroTypeBlockHandler.DateBlockBuildingDecoder
java.lang.Object
java.lang.Record
io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.DateBlockBuildingDecoder
- All Implemented Interfaces:
BlockBuildingDecoder
- Enclosing class:
NativeLogicalTypesAvroTypeBlockHandler
public static record NativeLogicalTypesAvroTypeBlockHandler.DateBlockBuildingDecoder()
extends Record
implements BlockBuildingDecoder
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aDateBlockBuildingDecoderrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoiddecodeIntoBlock(org.apache.avro.io.Decoder decoder, BlockBuilder builder) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
DateBlockBuildingDecoder
public DateBlockBuildingDecoder()Creates an instance of aDateBlockBuildingDecoderrecord class.
-
-
Method Details
-
decodeIntoBlock
public void decodeIntoBlock(org.apache.avro.io.Decoder decoder, BlockBuilder builder) throws IOException - Specified by:
decodeIntoBlockin interfaceBlockBuildingDecoder- Throws:
IOException
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-