Uses of Class
io.trino.plugin.deltalake.transactionlog.MetadataEntry
-
-
Uses of MetadataEntry in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return MetadataEntry Modifier and Type Method Description MetadataEntryDeltaLakeInsertTableHandle. getMetadataEntry()MetadataEntryDeltaLakeTableHandle. getMetadataEntry()Method parameters in io.trino.plugin.deltalake with type arguments of type MetadataEntry Modifier and Type Method Description static 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 MetadataEntry Constructor Description DeltaLakeInsertTableHandle(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 MetadataEntry Constructor Description 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, 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 MetadataEntry Modifier and Type Method Description Optional<MetadataEntry>DeltaLakeMetastore. getMetadata(TableSnapshot tableSnapshot, ConnectorSession session)Optional<MetadataEntry>HiveMetastoreBackedDeltaLakeMetastore. getMetadata(TableSnapshot tableSnapshot, ConnectorSession session) -
Uses of MetadataEntry in io.trino.plugin.deltalake.procedure
Methods in io.trino.plugin.deltalake.procedure that return MetadataEntry Modifier and Type Method Description MetadataEntryDeltaTableOptimizeHandle. getMetadataEntry()Constructors in io.trino.plugin.deltalake.procedure with parameters of type MetadataEntry Constructor Description DeltaTableOptimizeHandle(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 MetadataEntry Modifier and Type Method Description MetadataEntryDeltaLakeTransactionLogEntry. getMetaData()Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type MetadataEntry Modifier and Type Method Description Optional<MetadataEntry>TableSnapshot. getCachedMetadata()Optional<MetadataEntry>TransactionLogAccess. getMetadataEntry(TableSnapshot tableSnapshot, ConnectorSession session)Methods in io.trino.plugin.deltalake.transactionlog with parameters of type MetadataEntry Modifier and Type Method Description static List<ColumnMetadata>TransactionLogAccess. columnsWithStats(MetadataEntry metadataEntry, TypeManager typeManager)static List<DeltaLakeColumnHandle>DeltaLakeSchemaSupport. extractPartitionColumns(MetadataEntry metadataEntry, TypeManager typeManager)static List<ColumnMetadata>DeltaLakeSchemaSupport. extractSchema(MetadataEntry metadataEntry, TypeManager typeManager)static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry. fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo)static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry. metadataEntry(MetadataEntry metadataEntry)Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type MetadataEntry Modifier and Type Method Description voidTableSnapshot. setCachedMetadata(Optional<MetadataEntry> cachedMetadata) -
Uses of MetadataEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return MetadataEntry Modifier and Type Method Description MetadataEntryCheckpointEntries. getMetadataEntry()Methods in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type MetadataEntry Modifier and Type Method Description RowTypeCheckpointSchemaManager. getAddEntryType(MetadataEntry metadataEntry)Constructor parameters in io.trino.plugin.deltalake.transactionlog.checkpoint with type arguments of type MetadataEntry Constructor Description CheckpointEntryIterator(org.apache.hadoop.fs.Path checkpoint, ConnectorSession session, long fileSize, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, Set<CheckpointEntryIterator.EntryType> fields, Optional<MetadataEntry> metadataEntry, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats stats, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled) -
Uses of MetadataEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type MetadataEntry Modifier and Type Method Description voidTransactionLogWriter. appendMetadataEntry(MetadataEntry metadataEntry)
-