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