Uses of Class
io.trino.plugin.deltalake.transactionlog.ProtocolEntry
Packages that use ProtocolEntry
Package
Description
-
Uses of ProtocolEntry in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return ProtocolEntryModifier and TypeMethodDescriptionDeltaLakeOutputTableHandle.getProtocolEntry()DeltaLakeTableHandle.getProtocolEntry()Constructors in io.trino.plugin.deltalake with parameters of type ProtocolEntryModifierConstructorDescriptionDeltaLakeOutputTableHandle(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) DeltaLakeTableHandle(String schemaName, String tableName, boolean managed, String location, MetadataEntry metadataEntry, ProtocolEntry protocolEntry, TupleDomain<DeltaLakeColumnHandle> enforcedPartitionConstraint, TupleDomain<DeltaLakeColumnHandle> nonPartitionConstraint, Optional<DeltaLakeTableHandle.WriteType> writeType, Optional<Set<DeltaLakeColumnHandle>> projectedColumns, Optional<List<DeltaLakeColumnHandle>> updatedColumns, Optional<List<DeltaLakeColumnHandle>> updateRowIdColumns, Optional<AnalyzeHandle> analyzeHandle, long readVersion) DeltaLakeTableHandle(String schemaName, String tableName, boolean managed, String location, MetadataEntry metadataEntry, ProtocolEntry protocolEntry, TupleDomain<DeltaLakeColumnHandle> enforcedPartitionConstraint, TupleDomain<DeltaLakeColumnHandle> nonPartitionConstraint, Set<DeltaLakeColumnHandle> constraintColumns, Optional<DeltaLakeTableHandle.WriteType> writeType, Optional<Set<DeltaLakeColumnHandle>> projectedColumns, Optional<List<DeltaLakeColumnHandle>> updatedColumns, Optional<List<DeltaLakeColumnHandle>> updateRowIdColumns, Optional<AnalyzeHandle> analyzeHandle, boolean recordScannedFiles, Optional<io.airlift.units.DataSize> maxScannedFileSize, long readVersion) -
Uses of ProtocolEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return ProtocolEntryModifier and TypeMethodDescriptionDeltaLakeTransactionLogEntry.getProtocol()TransactionLogAccess.getProtocolEntry(ConnectorSession session, TableSnapshot tableSnapshot) Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type ProtocolEntryModifier and TypeMethodDescriptionTransactionLogAccess.getProtocolEntries(TableSnapshot tableSnapshot, ConnectorSession session) Methods in io.trino.plugin.deltalake.transactionlog with parameters of type ProtocolEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdcEntry cdcEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.protocolEntry(ProtocolEntry protocolEntry) -
Uses of ProtocolEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return ProtocolEntry -
Uses of ProtocolEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type ProtocolEntryModifier and TypeMethodDescriptionvoidTransactionLogWriter.appendProtocolEntry(ProtocolEntry protocolEntry)