Package io.trino.plugin.iceberg
Class IcebergTypes
java.lang.Object
io.trino.plugin.iceberg.IcebergTypes
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectconvertIcebergValueToTrino(org.apache.iceberg.types.Type icebergType, Object value) Convert value from Iceberg representation to Trino representation.static ObjectconvertTrinoValueToIceberg(Type type, Object trinoNativeValue) Convert value from Trino representation to Iceberg representation.
-
Method Details