Uses of Class
io.trino.plugin.deltalake.transactionlog.MetadataEntry
Packages that use MetadataEntry
Package
Description
-
Uses of MetadataEntry in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return MetadataEntryModifier and TypeMethodDescriptionDeltaLakeInsertTableHandle.getMetadataEntry()DeltaLakeTableHandle.getMetadataEntry()Method parameters in io.trino.plugin.deltalake with type arguments of type MetadataEntryModifier and TypeMethodDescriptionstatic DeltaLakeTableHandleDeltaLakeTableHandle.forDelete(String schemaName, String tableName, String location, Optional<MetadataEntry> metadataEntry, TupleDomain<DeltaLakeColumnHandle> enforcedConstraint, TupleDomain<DeltaLakeColumnHandle> unenforcedConstraint, Optional<Set<ColumnHandle>> projectedColumns, long readVersion, boolean retriesEnabled) static DeltaLakeTableHandleDeltaLakeTableHandle.forUpdate(String schemaName, String tableName, String location, Optional<MetadataEntry> metadataEntry, TupleDomain<DeltaLakeColumnHandle> enforcedConstraint, TupleDomain<DeltaLakeColumnHandle> unenforcedConstraint, Optional<Set<ColumnHandle>> projectedColumns, List<DeltaLakeColumnHandle> updatedColumns, List<DeltaLakeColumnHandle> updateRowIdColumns, long readVersion, boolean retriesEnabled) Constructors in io.trino.plugin.deltalake with parameters of type MetadataEntryModifierConstructorDescriptionDeltaLakeInsertTableHandle(String schemaName, String tableName, String location, MetadataEntry metadataEntry, List<DeltaLakeColumnHandle> inputColumns, long readVersion, boolean retriesEnabled) Constructor parameters in io.trino.plugin.deltalake with type arguments of type MetadataEntryModifierConstructorDescriptionDeltaLakeTableHandle(String schemaName, String tableName, String location, Optional<MetadataEntry> metadataEntry, TupleDomain<DeltaLakeColumnHandle> enforcedPartitionConstraint, TupleDomain<DeltaLakeColumnHandle> nonPartitionConstraint, Optional<DeltaLakeTableHandle.WriteType> writeType, Optional<Set<ColumnHandle>> projectedColumns, Optional<List<DeltaLakeColumnHandle>> updatedColumns, Optional<List<DeltaLakeColumnHandle>> updateRowIdColumns, Optional<AnalyzeHandle> analyzeHandle, boolean recordScannedFiles, Optional<io.airlift.units.DataSize> maxScannedFileSize, long readVersion, boolean retriesEnabled) DeltaLakeTableHandle(String schemaName, String tableName, String location, Optional<MetadataEntry> metadataEntry, TupleDomain<DeltaLakeColumnHandle> enforcedPartitionConstraint, TupleDomain<DeltaLakeColumnHandle> nonPartitionConstraint, Optional<DeltaLakeTableHandle.WriteType> writeType, Optional<Set<ColumnHandle>> projectedColumns, Optional<List<DeltaLakeColumnHandle>> updatedColumns, Optional<List<DeltaLakeColumnHandle>> updateRowIdColumns, Optional<AnalyzeHandle> analyzeHandle, long readVersion, boolean retriesEnabled) -
Uses of MetadataEntry in io.trino.plugin.deltalake.metastore
Methods in io.trino.plugin.deltalake.metastore that return types with arguments of type MetadataEntryModifier and TypeMethodDescriptionDeltaLakeMetastore.getMetadata(TableSnapshot tableSnapshot, ConnectorSession session) HiveMetastoreBackedDeltaLakeMetastore.getMetadata(TableSnapshot tableSnapshot, ConnectorSession session) -
Uses of MetadataEntry in io.trino.plugin.deltalake.procedure
Methods in io.trino.plugin.deltalake.procedure that return MetadataEntryConstructors in io.trino.plugin.deltalake.procedure with parameters of type MetadataEntryModifierConstructorDescriptionDeltaTableOptimizeHandle(MetadataEntry metadataEntry, List<DeltaLakeColumnHandle> tableColumns, List<String> originalPartitionColumns, io.airlift.units.DataSize maxScannedFileSize, Optional<Long> currentVersion, boolean retriesEnabled) -
Uses of MetadataEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return MetadataEntryMethods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type MetadataEntryModifier and TypeMethodDescriptionTableSnapshot.getCachedMetadata()TransactionLogAccess.getMetadataEntry(TableSnapshot tableSnapshot, ConnectorSession session) Methods in io.trino.plugin.deltalake.transactionlog with parameters of type MetadataEntryModifier and TypeMethodDescriptionstatic booleanDeltaLakeSchemaSupport.changeDataFeedEnabled(MetadataEntry metadataEntry) static List<DeltaLakeColumnMetadata>TransactionLogAccess.columnsWithStats(MetadataEntry metadataEntry, TypeManager typeManager) static List<ColumnMetadata>DeltaLakeSchemaSupport.extractColumnMetadata(MetadataEntry metadataEntry, TypeManager typeManager) static List<DeltaLakeColumnHandle>DeltaLakeSchemaSupport.extractPartitionColumns(MetadataEntry metadataEntry, TypeManager typeManager) static List<DeltaLakeColumnMetadata>DeltaLakeSchemaSupport.extractSchema(MetadataEntry metadataEntry, TypeManager typeManager) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo) DeltaLakeSchemaSupport.getCheckConstraints(MetadataEntry metadataEntry) DeltaLakeSchemaSupport.getColumnComments(MetadataEntry metadataEntry) DeltaLakeSchemaSupport.getColumnInvariants(MetadataEntry metadataEntry) DeltaLakeSchemaSupport.getColumnMappingMode(MetadataEntry metadata) DeltaLakeSchemaSupport.getColumnProperties(MetadataEntry metadataEntry, Function<com.fasterxml.jackson.databind.JsonNode, T> extractor) DeltaLakeSchemaSupport.getColumnsMetadata(MetadataEntry metadataEntry) DeltaLakeSchemaSupport.getColumnsNullability(MetadataEntry metadataEntry) DeltaLakeSchemaSupport.getGeneratedColumnExpressions(MetadataEntry metadataEntry) static booleanDeltaLakeSchemaSupport.isAppendOnly(MetadataEntry metadataEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.metadataEntry(MetadataEntry metadataEntry) Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type MetadataEntryModifier and TypeMethodDescriptionvoidTableSnapshot.setCachedMetadata(Optional<MetadataEntry> cachedMetadata) -
Uses of MetadataEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return MetadataEntryMethods in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type MetadataEntryModifier and TypeMethodDescriptionCheckpointSchemaManager.getAddEntryType(MetadataEntry metadataEntry, boolean requireWriteStatsAsJson, boolean requireWriteStatsAsStruct) Constructor parameters in io.trino.plugin.deltalake.transactionlog.checkpoint with type arguments of type MetadataEntryModifierConstructorDescriptionCheckpointEntryIterator(TrinoInputFile checkpoint, ConnectorSession session, long fileSize, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, Set<CheckpointEntryIterator.EntryType> fields, Optional<MetadataEntry> metadataEntry, FileFormatDataSourceStats stats, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled, int domainCompactionThreshold) -
Uses of MetadataEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type MetadataEntryModifier and TypeMethodDescriptionvoidTransactionLogWriter.appendMetadataEntry(MetadataEntry metadataEntry)