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 with parameters of type DeltaLakeSchemaSupport.ColumnMappingModeModifier and TypeMethodDescriptionstatic 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) -
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 TypeMethodDescriptionstatic voidDeltaLakeSchemaSupport.verifySupportedColumnMapping(DeltaLakeSchemaSupport.ColumnMappingMode mappingMode)