Package io.trino.hive.formats.avro
Class NativeLogicalTypesAvroTypeBlockHandler.TimestampMillisBlockBuildingDecoder
java.lang.Object
io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.TimestampMillisBlockBuildingDecoder
- All Implemented Interfaces:
BlockBuildingDecoder
- Enclosing class:
NativeLogicalTypesAvroTypeBlockHandler
public static class NativeLogicalTypesAvroTypeBlockHandler.TimestampMillisBlockBuildingDecoder
extends Object
implements BlockBuildingDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecodeIntoBlock(org.apache.avro.io.Decoder decoder, BlockBuilder builder)
-
Constructor Details
-
TimestampMillisBlockBuildingDecoder
-
-
Method Details
-
decodeIntoBlock
public void decodeIntoBlock(org.apache.avro.io.Decoder decoder, BlockBuilder builder) throws IOException - Specified by:
decodeIntoBlockin interfaceBlockBuildingDecoder- Throws:
IOException
-