Package io.trino.hive.formats.avro
Record Class NativeLogicalTypesAvroTypeBlockHandler.TimeMicrosBlockBuildingDecoder
java.lang.Object
java.lang.Record
io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.TimeMicrosBlockBuildingDecoder
- All Implemented Interfaces:
BlockBuildingDecoder
- Enclosing class:
NativeLogicalTypesAvroTypeBlockHandler
public static record NativeLogicalTypesAvroTypeBlockHandler.TimeMicrosBlockBuildingDecoder()
extends Record
implements BlockBuildingDecoder
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aTimeMicrosBlockBuildingDecoderrecord 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
-
TimeMicrosBlockBuildingDecoder
public TimeMicrosBlockBuildingDecoder()Creates an instance of aTimeMicrosBlockBuildingDecoderrecord 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.
-