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