Uses of Class
io.trino.plugin.deltalake.DeltaLakeColumnMetadata
Packages that use DeltaLakeColumnMetadata
-
Uses of DeltaLakeColumnMetadata in io.trino.plugin.deltalake
Method parameters in io.trino.plugin.deltalake with type arguments of type DeltaLakeColumnMetadataModifier and TypeMethodDescriptionstatic TupleDomain<DeltaLakeColumnHandle>DeltaLakeMetadata.createStatisticsPredicate(AddFileEntry addFileEntry, List<DeltaLakeColumnMetadata> schema, List<String> canonicalPartitionColumns) -
Uses of DeltaLakeColumnMetadata in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type DeltaLakeColumnMetadataModifier and TypeMethodDescriptionstatic List<DeltaLakeColumnMetadata>TransactionLogAccess.columnsWithStats(MetadataEntry metadataEntry, TypeManager typeManager) static com.google.common.collect.ImmutableList<DeltaLakeColumnMetadata>TransactionLogAccess.columnsWithStats(List<DeltaLakeColumnMetadata> schema, List<String> partitionColumns) static List<DeltaLakeColumnMetadata>DeltaLakeSchemaSupport.extractSchema(MetadataEntry metadataEntry, TypeManager typeManager) Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type DeltaLakeColumnMetadataModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<DeltaLakeColumnMetadata>TransactionLogAccess.columnsWithStats(List<DeltaLakeColumnMetadata> schema, List<String> partitionColumns) static List<DeltaLakeColumnHandle>DeltaLakeSchemaSupport.extractPartitionColumns(List<DeltaLakeColumnMetadata> schema, List<String> canonicalPartitionColumns)