Package io.trino.plugin.iceberg
Class IcebergAvroDataConversion
java.lang.Object
io.trino.plugin.iceberg.IcebergAvroDataConversion
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidserializeToTrinoBlock(Type type, org.apache.iceberg.types.Type icebergType, BlockBuilder builder, Object object) static ObjecttoIcebergAvroObject(Type type, org.apache.iceberg.types.Type icebergType, Block block, int position) static Iterable<org.apache.iceberg.data.Record>toIcebergRecords(Page page, List<Type> types, org.apache.iceberg.Schema icebergSchema)
-
Method Details
-
toIcebergRecords
-
toIcebergAvroObject
-
serializeToTrinoBlock
public static void serializeToTrinoBlock(Type type, org.apache.iceberg.types.Type icebergType, BlockBuilder builder, Object object)
-