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