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, ColumnIdentity columnIdentity) static org.apache.iceberg.types.TypetoIcebergTypeForNewColumn(Type type, AtomicInteger nextFieldId) 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
-
toIcebergTypeForNewColumn
public static org.apache.iceberg.types.Type toIcebergTypeForNewColumn(Type type, AtomicInteger nextFieldId) -
toIcebergType
-
toOrcType
-