Package io.trino.hive.formats.avro
Class BaseAvroTypeBlockHandlerImpls
java.lang.Object
io.trino.hive.formats.avro.BaseAvroTypeBlockHandlerImpls
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockBuildingDecoderbaseBlockBuildingDecoderFor(AvroReadAction action, AvroTypeBlockHandler delegate) static TypebaseTypeFor(org.apache.avro.Schema schema, AvroTypeBlockHandler delegate)
-
Method Details
-
baseTypeFor
public static Type baseTypeFor(org.apache.avro.Schema schema, AvroTypeBlockHandler delegate) throws AvroTypeException - Throws:
AvroTypeException
-
baseBlockBuildingDecoderFor
public static BlockBuildingDecoder baseBlockBuildingDecoderFor(AvroReadAction action, AvroTypeBlockHandler delegate) throws AvroTypeException - Throws:
AvroTypeException
-