Package io.trino.plugin.iceberg
Class TypeConverter
java.lang.Object
io.trino.plugin.iceberg.TypeConverter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.iceberg.types.TypetoIcebergType(Type type) static ColumnMetadata<OrcType>toOrcType(org.apache.iceberg.Schema schema) static TypetoTrinoType(org.apache.iceberg.types.Type type, TypeManager typeManager)
-
Field Details
-
ORC_ICEBERG_ID_KEY
- See Also:
-
ORC_ICEBERG_REQUIRED_KEY
- See Also:
-
ICEBERG_LONG_TYPE
- See Also:
-
ICEBERG_BINARY_TYPE
- See Also:
-
-
Method Details
-
toTrinoType
-
toIcebergType
-
toOrcType
-