Uses of Enum Class
io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
Packages that use DeltaLakeSchemaSupport.ColumnMappingMode
-
Uses of DeltaLakeSchemaSupport.ColumnMappingMode in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeSchemaSupport.ColumnMappingModeModifier and TypeMethodDescriptionDeltaLakeOutputTableHandle.getColumnMappingMode()DeltaLakeTableProperties.getColumnMappingMode(Map<String, Object> tableProperties) Methods in io.trino.plugin.deltalake with parameters of type DeltaLakeSchemaSupport.ColumnMappingModeModifier and TypeMethodDescriptionDeltaLakeParquetSchemas.createParquetSchemaMapping(String jsonSchema, TypeManager typeManager, DeltaLakeSchemaSupport.ColumnMappingMode columnMappingMode, List<String> partitionColumnNames) static TupleDomain<HiveColumnHandle>DeltaLakePageSourceProvider.getParquetTupleDomain(TupleDomain<DeltaLakeColumnHandle> effectivePredicate, DeltaLakeSchemaSupport.ColumnMappingMode columnMapping, Map<Integer, String> fieldIdToName) static Optional<HiveColumnHandle>DeltaLakePageSourceProvider.toHiveColumnHandle(DeltaLakeColumnHandle deltaLakeColumnHandle, DeltaLakeSchemaSupport.ColumnMappingMode columnMapping, Map<Integer, String> fieldIdToName) Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeSchemaSupport.ColumnMappingModeModifierConstructorDescriptionDeltaLakeOutputTableHandle(String schemaName, String tableName, List<DeltaLakeColumnHandle> inputColumns, String location, Optional<Long> checkpointInterval, boolean external, Optional<String> comment, Optional<Boolean> changeDataFeedEnabled, String schemaString, DeltaLakeSchemaSupport.ColumnMappingMode columnMappingMode, OptionalInt maxColumnId, ProtocolEntry protocolEntry) -
Uses of DeltaLakeSchemaSupport.ColumnMappingMode in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return DeltaLakeSchemaSupport.ColumnMappingModeModifier and TypeMethodDescriptionDeltaLakeSchemaSupport.getColumnMappingMode(MetadataEntry metadata) Returns the enum constant of this class with the specified name.DeltaLakeSchemaSupport.ColumnMappingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.deltalake.transactionlog with parameters of type DeltaLakeSchemaSupport.ColumnMappingModeModifier and TypeMethodDescriptionMetadataEntry.configurationForNewTable(Optional<Long> checkpointInterval, Optional<Boolean> changeDataFeedEnabled, DeltaLakeSchemaSupport.ColumnMappingMode columnMappingMode, OptionalInt maxFieldId) DeltaLakeSchemaSupport.generateColumnMetadata(DeltaLakeSchemaSupport.ColumnMappingMode columnMappingMode, AtomicInteger maxColumnId) static List<DeltaLakeColumnMetadata>DeltaLakeSchemaSupport.getColumnMetadata(String json, TypeManager typeManager, DeltaLakeSchemaSupport.ColumnMappingMode mappingMode) static ObjectDeltaLakeSchemaSupport.serializeColumnType(DeltaLakeSchemaSupport.ColumnMappingMode columnMappingMode, AtomicInteger maxColumnId, Type columnType) static voidDeltaLakeSchemaSupport.verifySupportedColumnMapping(DeltaLakeSchemaSupport.ColumnMappingMode mappingMode)