Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort() - Method in class io.trino.plugin.deltalake.DeltaLakePageSink
- ADD - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- ADD_COLUMN_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- addColumn(ConnectorSession, ConnectorTableHandle, ColumnMetadata) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- addFileEntry(AddFileEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- AddFileEntry - Class in io.trino.plugin.deltalake.transactionlog
- AddFileEntry(String, Map<String, String>, long, long, boolean, Optional<String>, Optional<DeltaLakeParquetFileStatistics>, Map<String, String>) - Constructor for class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- addInputPageSizesInBytes(long) - Method in class io.trino.plugin.deltalake.DeltaLakeWriterStats
- addLogEntry(DeltaLakeTransactionLogEntry) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointBuilder
- ALLOW_ALL - Static variable in class io.trino.plugin.deltalake.DeltaLakeSecurityModule
- AllowDeltaLakeManagedTableRename - Annotation Interface in io.trino.plugin.deltalake
- AnalyzeHandle - Class in io.trino.plugin.deltalake
- AnalyzeHandle(boolean, Optional<Instant>, Optional<Set<String>>) - Constructor for class io.trino.plugin.deltalake.AnalyzeHandle
- APPEND_ONLY_CONFIGURATION_KEY - Static variable in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- appendAddFileEntry(AddFileEntry) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- appendCommitInfoEntry(CommitInfoEntry) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- appendMetadataEntry(MetadataEntry) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- appendPage(Page) - Method in class io.trino.plugin.deltalake.DeltaLakePageSink
- appendProtocolEntry(ProtocolEntry) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- appendRemoveFileEntry(RemoveFileEntry) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- appendRows(Page) - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- applyFilter(ConnectorSession, ConnectorTableHandle, Constraint) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- applyProjection(ConnectorSession, ConnectorTableHandle, List<ConnectorExpression>, Map<String, ColumnHandle>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- applyTableScanRedirect(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- AzureTransactionLogSynchronizer - Class in io.trino.plugin.deltalake.transactionlog.writer
- AzureTransactionLogSynchronizer(TrinoFileSystemFactory) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.AzureTransactionLogSynchronizer
B
- begin(ConnectorTransactionHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeTransactionManager
- beginCreateTable(ConnectorSession, ConnectorTableMetadata, Optional<ConnectorTableLayout>, RetryMode) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- beginInsert(ConnectorSession, ConnectorTableHandle, List<ColumnHandle>, RetryMode) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- beginMerge(ConnectorSession, ConnectorTableHandle, RetryMode) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- beginStatisticsCollection(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- beginTableExecute(ConnectorSession, ConnectorTableExecuteHandle, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- beginTransaction(IsolationLevel, boolean, boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- bindSecurityModule(String, Module) - Method in class io.trino.plugin.deltalake.DeltaLakeSecurityModule
- build() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointBuilder
- buildHiveSchema(List<String>, List<Type>) - Static method in class io.trino.plugin.deltalake.DeltaLakeSchemaProperties
- buildTable(ConnectorSession, SchemaTableName, String, Path, boolean) - Static method in class io.trino.plugin.deltalake.DeltaLakeMetadata
C
- CachingExtendedStatisticsAccess - Class in io.trino.plugin.deltalake.statistics
- CachingExtendedStatisticsAccess(ExtendedStatisticsAccess) - Constructor for class io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
- CachingExtendedStatisticsAccess.ForCachingExtendedStatisticsAccess - Annotation Interface in io.trino.plugin.deltalake.statistics
- CanonicalColumnName - Class in io.trino.plugin.deltalake.transactionlog
- CanonicalColumnName(String) - Constructor for class io.trino.plugin.deltalake.transactionlog.CanonicalColumnName
- canonicalizeColumnName(String) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- CHANGE_COLUMN_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- changeDataFeedEnabled(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- CHECKPOINT_INTERVAL_PROPERTY - Static variable in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- CheckpointBuilder - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointBuilder() - Constructor for class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointBuilder
- CheckpointEntries - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointEntryIterator - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointEntryIterator(TrinoInputFile, ConnectorSession, long, CheckpointSchemaManager, TypeManager, Set<CheckpointEntryIterator.EntryType>, Optional<MetadataEntry>, FileFormatDataSourceStats, ParquetReaderOptions, boolean, int) - Constructor for class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator
- CheckpointEntryIterator.CheckPointFieldExtractor - Interface in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointEntryIterator.EntryType - Enum Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointSchemaManager - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointSchemaManager(TypeManager) - Constructor for class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- CheckpointWriter - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointWriter(TypeManager, CheckpointSchemaManager, HdfsEnvironment) - Constructor for class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointWriter
- CheckpointWriterManager - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- CheckpointWriterManager(TypeManager, CheckpointSchemaManager, TrinoFileSystemFactory, HdfsEnvironment, TransactionLogAccess, FileFormatDataSourceStats, JsonCodec<LastCheckpoint>) - Constructor for class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointWriterManager
- close() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- close() - Method in class io.trino.plugin.deltalake.DeltaLakeSplitSource
- closeWithSuppression(Throwable) - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- COLUMN_MAPPING_MODE_CONFIGURATION_KEY - Static variable in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- COLUMNS_PROPERTY - Static variable in class io.trino.plugin.deltalake.DeltaLakeAnalyzeProperties
- columnsWithStats(MetadataEntry, TypeManager) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- columnsWithStats(List<DeltaLakeColumnMetadata>, List<String>) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- com.google.cloud.hadoop.fs.gcs - package com.google.cloud.hadoop.fs.gcs
- commit() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- commit(ConnectorTransactionHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- commit(ConnectorTransactionHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeTransactionManager
- COMMIT - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- commitInfoEntry(CommitInfoEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- CommitInfoEntry - Class in io.trino.plugin.deltalake.transactionlog
- CommitInfoEntry(long, long, String, String, String, Map<String, String>, CommitInfoEntry.Job, CommitInfoEntry.Notebook, String, long, String, boolean) - Constructor for class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- CommitInfoEntry.Job - Class in io.trino.plugin.deltalake.transactionlog
- CommitInfoEntry.Notebook - Class in io.trino.plugin.deltalake.transactionlog
- configurationForNewTable(Optional<Long>) - Static method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- configure(Binder) - Method in class io.trino.plugin.deltalake.DeltaLakeAzureModule
- configure(Binder) - Method in class io.trino.plugin.deltalake.DeltaLakeS3Module
- CONNECTOR_NAME - Static variable in class io.trino.plugin.deltalake.DeltaLakeConnectorFactory
- create(HiveMetastore) - Method in interface io.trino.plugin.deltalake.DeltaLakeAccessControlMetadataFactory
- create(ConnectorSession, Path) - Method in class io.trino.plugin.deltalake.GcsStorageFactory
- create(ConnectorIdentity) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadataFactory
- create(String) - Static method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- create(String, Map<String, String>, ConnectorContext) - Method in class io.trino.plugin.deltalake.DeltaLakeConnectorFactory
- create(OptionalLong, HyperLogLog) - Static method in class io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
- create(OptionalLong, String) - Static method in class io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
- CREATE_TABLE_AS_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- CREATE_TABLE_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- createConnector(String, Map<String, String>, ConnectorContext, Optional<Module>, Module) - Static method in class io.trino.plugin.deltalake.InternalDeltaLakeConnectorFactory
- createDatabase(Database) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- createDatabase(Database) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- createDeltaLakeExecutor(CatalogName) - Method in class io.trino.plugin.deltalake.DeltaLakeModule
- createHiveMetastoreGetter(DeltaLakeTransactionManager) - Method in class io.trino.plugin.deltalake.DeltaLakeModule
- createMergeSink(ConnectorTransactionHandle, ConnectorSession, ConnectorMergeTableHandle, ConnectorPageSinkId) - Method in class io.trino.plugin.deltalake.DeltaLakePageSinkProvider
- createMetastoreGetter(DeltaLakeTransactionManager) - Method in class io.trino.plugin.deltalake.DeltaLakeModule
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorInsertTableHandle, ConnectorPageSinkId) - Method in class io.trino.plugin.deltalake.DeltaLakePageSinkProvider
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorOutputTableHandle, ConnectorPageSinkId) - Method in class io.trino.plugin.deltalake.DeltaLakePageSinkProvider
- createPageSink(ConnectorTransactionHandle, ConnectorSession, ConnectorTableExecuteHandle, ConnectorPageSinkId) - Method in class io.trino.plugin.deltalake.DeltaLakePageSinkProvider
- createPageSource(ConnectorTransactionHandle, ConnectorSession, ConnectorSplit, ConnectorTableHandle, List<ColumnHandle>, DynamicFilter) - Method in class io.trino.plugin.deltalake.DeltaLakePageSourceProvider
- createPartitionValues(List<Type>, Page, int) - Static method in class io.trino.plugin.deltalake.DeltaLakePageSink
- createRole(ConnectorSession, String, Optional<TrinoPrincipal>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- createSchema(ConnectorSession, String, Map<String, Object>, TrinoPrincipal) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- createStatisticsPredicate(AddFileEntry, List<DeltaLakeColumnMetadata>, List<String>) - Static method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- createTable(ConnectorSession, Table, PrincipalPrivileges) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- createTable(ConnectorSession, Table, PrincipalPrivileges) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- createTable(ConnectorSession, ConnectorTableMetadata, boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- createTransactionalMetadataFactory() - Method in class io.trino.plugin.deltalake.DeltaLakeModule
- createView(ConnectorSession, SchemaTableName, ConnectorViewDefinition, boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- CURRENT_MODEL_VERSION - Static variable in class io.trino.plugin.deltalake.statistics.ExtendedStatistics
D
- DataFileInfo - Class in io.trino.plugin.deltalake
- DataFileInfo(String, long, long, List<String>, DeltaLakeJsonFileStatistics) - Constructor for class io.trino.plugin.deltalake.DataFileInfo
- DEFAULT - Static variable in interface io.trino.plugin.deltalake.DeltaLakeAccessControlMetadataFactory
- DELETE - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeTableHandle.WriteType
- deleteExtendedStatistics(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
- deleteExtendedStatistics(ConnectorSession, String) - Method in interface io.trino.plugin.deltalake.statistics.ExtendedStatisticsAccess
- deleteExtendedStatistics(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.statistics.MetaDirStatisticsAccess
- DELTA_CHECKPOINT_WRITE_STATS_AS_JSON_PROPERTY - Static variable in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- DELTA_CHECKPOINT_WRITE_STATS_AS_STRUCT_PROPERTY - Static variable in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- DELTA_LAKE_BAD_DATA - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
- DELTA_LAKE_BAD_WRITE - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
- DELTA_LAKE_FILESYSTEM_ERROR - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
- DELTA_LAKE_INVALID_SCHEMA - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
- DELTA_LAKE_INVALID_TABLE - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
- DELTA_STORAGE_FORMAT - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- DeltaHiveTypeTranslator - Class in io.trino.plugin.deltalake
- DeltaLakeAccessControlMetadataFactory - Interface in io.trino.plugin.deltalake
- DeltaLakeAnalyzeProperties - Class in io.trino.plugin.deltalake
- DeltaLakeAnalyzeProperties() - Constructor for class io.trino.plugin.deltalake.DeltaLakeAnalyzeProperties
- DeltaLakeAzureModule - Class in io.trino.plugin.deltalake
- DeltaLakeAzureModule() - Constructor for class io.trino.plugin.deltalake.DeltaLakeAzureModule
- DeltaLakeBucketFunction - Class in io.trino.plugin.deltalake
- DeltaLakeBucketFunction(TypeOperators, List<DeltaLakeColumnHandle>, int) - Constructor for class io.trino.plugin.deltalake.DeltaLakeBucketFunction
- DeltaLakeColumnHandle - Class in io.trino.plugin.deltalake
- DeltaLakeColumnHandle(String, Type, OptionalInt, String, Type, DeltaLakeColumnType) - Constructor for class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- DeltaLakeColumnMetadata - Class in io.trino.plugin.deltalake
- DeltaLakeColumnMetadata(ColumnMetadata, OptionalInt, String, Type) - Constructor for class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- DeltaLakeColumnStatistics - Class in io.trino.plugin.deltalake.statistics
- DeltaLakeColumnType - Enum Class in io.trino.plugin.deltalake
- DeltaLakeConfig - Class in io.trino.plugin.deltalake
- DeltaLakeConfig() - Constructor for class io.trino.plugin.deltalake.DeltaLakeConfig
- DeltaLakeConnector - Class in io.trino.plugin.deltalake
- DeltaLakeConnector(LifeCycleManager, ConnectorSplitManager, ConnectorPageSourceProvider, ConnectorPageSinkProvider, ConnectorNodePartitioningProvider, Set<SystemTable>, Set<Procedure>, Set<TableProcedureMetadata>, Set<SessionPropertiesProvider>, List<PropertyMetadata<?>>, List<PropertyMetadata<?>>, List<PropertyMetadata<?>>, Optional<ConnectorAccessControl>, Set<EventListener>, DeltaLakeTransactionManager) - Constructor for class io.trino.plugin.deltalake.DeltaLakeConnector
- DeltaLakeConnectorFactory - Class in io.trino.plugin.deltalake
- DeltaLakeConnectorFactory(Class<? extends Module>) - Constructor for class io.trino.plugin.deltalake.DeltaLakeConnectorFactory
- DeltaLakeDataFileCacheEntry - Class in io.trino.plugin.deltalake.transactionlog
- DeltaLakeDataFileCacheEntry(long, List<AddFileEntry>) - Constructor for class io.trino.plugin.deltalake.transactionlog.DeltaLakeDataFileCacheEntry
- DeltaLakeErrorCode - Enum Class in io.trino.plugin.deltalake
- DeltaLakeFileMetastoreModule - Class in io.trino.plugin.deltalake.metastore.file
- DeltaLakeFileMetastoreModule() - Constructor for class io.trino.plugin.deltalake.metastore.file.DeltaLakeFileMetastoreModule
- DeltaLakeFileStatistics - Interface in io.trino.plugin.deltalake.transactionlog.statistics
- DeltaLakeGcsModule - Class in io.trino.plugin.deltalake
- DeltaLakeGcsModule() - Constructor for class io.trino.plugin.deltalake.DeltaLakeGcsModule
- DeltaLakeGlueMetastoreConfig - Class in io.trino.plugin.deltalake.metastore.glue
- DeltaLakeGlueMetastoreConfig() - Constructor for class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreConfig
- DeltaLakeGlueMetastoreModule - Class in io.trino.plugin.deltalake.metastore.glue
- DeltaLakeGlueMetastoreModule() - Constructor for class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreModule
- DeltaLakeGlueMetastoreTableFilterProvider - Class in io.trino.plugin.deltalake.metastore.glue
- DeltaLakeGlueMetastoreTableFilterProvider(DeltaLakeGlueMetastoreConfig) - Constructor for class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreTableFilterProvider
- DeltaLakeInputInfo - Class in io.trino.plugin.deltalake
- DeltaLakeInputInfo(boolean) - Constructor for class io.trino.plugin.deltalake.DeltaLakeInputInfo
- DeltaLakeInsertTableHandle - Class in io.trino.plugin.deltalake
- DeltaLakeInsertTableHandle(String, String, String, MetadataEntry, List<DeltaLakeColumnHandle>, long, boolean) - Constructor for class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- DeltaLakeJsonFileStatistics - Class in io.trino.plugin.deltalake.transactionlog.statistics
- DeltaLakeJsonFileStatistics(Optional<Long>, Optional<Map<String, Object>>, Optional<Map<String, Object>>, Optional<Map<String, Object>>) - Constructor for class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- DeltaLakeMergeResult - Class in io.trino.plugin.deltalake
- DeltaLakeMergeResult(Optional<String>, Optional<DataFileInfo>) - Constructor for class io.trino.plugin.deltalake.DeltaLakeMergeResult
- DeltaLakeMergeSink - Class in io.trino.plugin.deltalake
- DeltaLakeMergeSink(TrinoFileSystemFactory, ConnectorSession, DateTimeZone, String, JsonCodec<DataFileInfo>, JsonCodec<DeltaLakeMergeResult>, DeltaLakeWriterStats, String, ConnectorPageSink, List<DeltaLakeColumnHandle>, int) - Constructor for class io.trino.plugin.deltalake.DeltaLakeMergeSink
- DeltaLakeMergeTableHandle - Class in io.trino.plugin.deltalake
- DeltaLakeMergeTableHandle(DeltaLakeTableHandle, DeltaLakeInsertTableHandle) - Constructor for class io.trino.plugin.deltalake.DeltaLakeMergeTableHandle
- DeltaLakeMetadata - Class in io.trino.plugin.deltalake
- DeltaLakeMetadata(DeltaLakeMetastore, TrinoFileSystemFactory, HdfsEnvironment, TypeManager, AccessControlMetadata, TrinoViewHiveMetastore, int, boolean, JsonCodec<DataFileInfo>, JsonCodec<DeltaLakeMergeResult>, TransactionLogWriterFactory, NodeManager, CheckpointWriterManager, long, boolean, DeltaLakeRedirectionsProvider, ExtendedStatisticsAccess, boolean, boolean) - Constructor for class io.trino.plugin.deltalake.DeltaLakeMetadata
- DeltaLakeMetadataFactory - Class in io.trino.plugin.deltalake
- DeltaLakeMetadataFactory(HiveMetastoreFactory, TrinoFileSystemFactory, HdfsEnvironment, TransactionLogAccess, TypeManager, DeltaLakeAccessControlMetadataFactory, DeltaLakeConfig, JsonCodec<DataFileInfo>, JsonCodec<DeltaLakeMergeResult>, TransactionLogWriterFactory, NodeManager, CheckpointWriterManager, DeltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess, boolean, NodeVersion) - Constructor for class io.trino.plugin.deltalake.DeltaLakeMetadataFactory
- DeltaLakeMetastore - Interface in io.trino.plugin.deltalake.metastore
- DeltaLakeMetastoreModule - Class in io.trino.plugin.deltalake.metastore
- DeltaLakeMetastoreModule() - Constructor for class io.trino.plugin.deltalake.metastore.DeltaLakeMetastoreModule
- DeltaLakeModule - Class in io.trino.plugin.deltalake
- DeltaLakeModule() - Constructor for class io.trino.plugin.deltalake.DeltaLakeModule
- DeltaLakeNodePartitioningProvider - Class in io.trino.plugin.deltalake
- DeltaLakeNodePartitioningProvider(TypeManager) - Constructor for class io.trino.plugin.deltalake.DeltaLakeNodePartitioningProvider
- DeltaLakeOutputTableHandle - Class in io.trino.plugin.deltalake
- DeltaLakeOutputTableHandle(String, String, List<DeltaLakeColumnHandle>, String, Optional<Long>, boolean, Optional<String>) - Constructor for class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- DeltaLakePageSink - Class in io.trino.plugin.deltalake
- DeltaLakePageSink(List<DeltaLakeColumnHandle>, List<String>, PageIndexerFactory, HdfsEnvironment, TrinoFileSystemFactory, int, JsonCodec<DataFileInfo>, String, ConnectorSession, DeltaLakeWriterStats, TypeManager, String) - Constructor for class io.trino.plugin.deltalake.DeltaLakePageSink
- DeltaLakePageSinkProvider - Class in io.trino.plugin.deltalake
- DeltaLakePageSinkProvider(PageIndexerFactory, TrinoFileSystemFactory, HdfsEnvironment, JsonCodec<DataFileInfo>, JsonCodec<DeltaLakeMergeResult>, DeltaLakeWriterStats, DeltaLakeConfig, TypeManager, NodeVersion) - Constructor for class io.trino.plugin.deltalake.DeltaLakePageSinkProvider
- DeltaLakePageSource - Class in io.trino.plugin.deltalake
- DeltaLakePageSource(List<DeltaLakeColumnHandle>, Set<String>, Map<String, Optional<String>>, List<String>, ConnectorPageSource, String, long, long) - Constructor for class io.trino.plugin.deltalake.DeltaLakePageSource
- DeltaLakePageSourceProvider - Class in io.trino.plugin.deltalake
- DeltaLakePageSourceProvider(TrinoFileSystemFactory, FileFormatDataSourceStats, ParquetReaderConfig, DeltaLakeConfig, TypeManager) - Constructor for class io.trino.plugin.deltalake.DeltaLakePageSourceProvider
- DeltaLakeParquetFileStatistics - Class in io.trino.plugin.deltalake.transactionlog.statistics
- DeltaLakeParquetFileStatistics(Optional<Long>, Optional<Map<String, Object>>, Optional<Map<String, Object>>, Optional<Map<String, Object>>) - Constructor for class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- DeltaLakeParquetStatisticsUtils - Class in io.trino.plugin.deltalake.transactionlog
- DeltaLakePartitioningHandle - Class in io.trino.plugin.deltalake
- DeltaLakePartitioningHandle(List<DeltaLakeColumnHandle>) - Constructor for class io.trino.plugin.deltalake.DeltaLakePartitioningHandle
- DeltaLakePlugin - Class in io.trino.plugin.deltalake
- DeltaLakePlugin() - Constructor for class io.trino.plugin.deltalake.DeltaLakePlugin
- DeltaLakeRedirectionsProvider - Interface in io.trino.plugin.deltalake
- DeltaLakeS3Module - Class in io.trino.plugin.deltalake
- DeltaLakeS3Module() - Constructor for class io.trino.plugin.deltalake.DeltaLakeS3Module
- DeltaLakeSchemaProperties - Class in io.trino.plugin.deltalake
- DeltaLakeSchemaSupport - Class in io.trino.plugin.deltalake.transactionlog
- DeltaLakeSchemaSupport.ColumnMappingMode - Enum Class in io.trino.plugin.deltalake.transactionlog
- DeltaLakeSecurityConfig - Class in io.trino.plugin.deltalake
- DeltaLakeSecurityConfig() - Constructor for class io.trino.plugin.deltalake.DeltaLakeSecurityConfig
- DeltaLakeSecurityModule - Class in io.trino.plugin.deltalake
- DeltaLakeSecurityModule() - Constructor for class io.trino.plugin.deltalake.DeltaLakeSecurityModule
- DeltaLakeSessionProperties - Class in io.trino.plugin.deltalake
- DeltaLakeSessionProperties(DeltaLakeConfig, ParquetReaderConfig, ParquetWriterConfig) - Constructor for class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- DeltaLakeSplit - Class in io.trino.plugin.deltalake
- DeltaLakeSplit(String, long, long, long, long, List<HostAddress>, SplitWeight, TupleDomain<DeltaLakeColumnHandle>, Map<String, Optional<String>>) - Constructor for class io.trino.plugin.deltalake.DeltaLakeSplit
- DeltaLakeSplitManager - Class in io.trino.plugin.deltalake
- DeltaLakeSplitManager(TypeManager, BiFunction<ConnectorSession, HiveTransactionHandle, DeltaLakeMetastore>, ExecutorService, DeltaLakeConfig) - Constructor for class io.trino.plugin.deltalake.DeltaLakeSplitManager
- DeltaLakeSplitSource - Class in io.trino.plugin.deltalake
- DeltaLakeSplitSource(SchemaTableName, Stream<DeltaLakeSplit>, ExecutorService, int, int, DynamicFilter, Duration, boolean) - Constructor for class io.trino.plugin.deltalake.DeltaLakeSplitSource
- DeltaLakeTableExecuteHandle - Class in io.trino.plugin.deltalake.procedure
- DeltaLakeTableExecuteHandle(SchemaTableName, DeltaLakeTableProcedureId, DeltaTableProcedureHandle, String) - Constructor for class io.trino.plugin.deltalake.procedure.DeltaLakeTableExecuteHandle
- DeltaLakeTableHandle - Class in io.trino.plugin.deltalake
- DeltaLakeTableHandle(String, String, String, Optional<MetadataEntry>, TupleDomain<DeltaLakeColumnHandle>, TupleDomain<DeltaLakeColumnHandle>, Optional<DeltaLakeTableHandle.WriteType>, Optional<Set<ColumnHandle>>, Optional<List<DeltaLakeColumnHandle>>, Optional<List<DeltaLakeColumnHandle>>, Optional<AnalyzeHandle>, boolean, Optional<DataSize>, long, boolean) - Constructor for class io.trino.plugin.deltalake.DeltaLakeTableHandle
- DeltaLakeTableHandle(String, String, String, Optional<MetadataEntry>, TupleDomain<DeltaLakeColumnHandle>, TupleDomain<DeltaLakeColumnHandle>, Optional<DeltaLakeTableHandle.WriteType>, Optional<Set<ColumnHandle>>, Optional<List<DeltaLakeColumnHandle>>, Optional<List<DeltaLakeColumnHandle>>, Optional<AnalyzeHandle>, long, boolean) - Constructor for class io.trino.plugin.deltalake.DeltaLakeTableHandle
- DeltaLakeTableHandle.WriteType - Enum Class in io.trino.plugin.deltalake
- DeltaLakeTableProcedureId - Enum Class in io.trino.plugin.deltalake.procedure
- DeltaLakeTableProperties - Class in io.trino.plugin.deltalake
- DeltaLakeTableProperties() - Constructor for class io.trino.plugin.deltalake.DeltaLakeTableProperties
- DeltaLakeThriftMetastoreModule - Class in io.trino.plugin.deltalake.metastore.thrift
- DeltaLakeThriftMetastoreModule() - Constructor for class io.trino.plugin.deltalake.metastore.thrift.DeltaLakeThriftMetastoreModule
- DeltaLakeTransactionLogEntry - Class in io.trino.plugin.deltalake.transactionlog
- DeltaLakeTransactionManager - Class in io.trino.plugin.deltalake
- DeltaLakeTransactionManager(DeltaLakeMetadataFactory) - Constructor for class io.trino.plugin.deltalake.DeltaLakeTransactionManager
- DeltaLakeUpdateBucketFunction - Class in io.trino.plugin.deltalake
- DeltaLakeUpdateBucketFunction(int) - Constructor for class io.trino.plugin.deltalake.DeltaLakeUpdateBucketFunction
- DeltaLakeUpdateHandle - Enum Class in io.trino.plugin.deltalake
- DeltaLakeUpdateResult - Class in io.trino.plugin.deltalake
- DeltaLakeUpdateResult(String, Optional<DataFileInfo>) - Constructor for class io.trino.plugin.deltalake.DeltaLakeUpdateResult
- DeltaLakeWriter - Class in io.trino.plugin.deltalake
- DeltaLakeWriter(TrinoFileSystem, FileWriter, Path, String, List<String>, DeltaLakeWriterStats, List<DeltaLakeColumnHandle>) - Constructor for class io.trino.plugin.deltalake.DeltaLakeWriter
- DeltaLakeWriterStats - Class in io.trino.plugin.deltalake
- DeltaLakeWriterStats() - Constructor for class io.trino.plugin.deltalake.DeltaLakeWriterStats
- DeltaTableOptimizeHandle - Class in io.trino.plugin.deltalake.procedure
- DeltaTableOptimizeHandle(MetadataEntry, List<DeltaLakeColumnHandle>, List<String>, DataSize, Optional<Long>, boolean) - Constructor for class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- DeltaTableProcedureHandle - Class in io.trino.plugin.deltalake.procedure
- DeltaTableProcedureHandle() - Constructor for class io.trino.plugin.deltalake.procedure.DeltaTableProcedureHandle
- deserializeColumnValue(DeltaLakeColumnHandle, String, Function<String, Long>) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- deserializePartitionValue(DeltaLakeColumnHandle, Optional<String>) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- dropDatabase(String, boolean) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- dropDatabase(String, boolean) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- DropExtendedStatsProcedure - Class in io.trino.plugin.deltalake.procedure
- DropExtendedStatsProcedure(DeltaLakeMetadataFactory, ExtendedStatisticsAccess) - Constructor for class io.trino.plugin.deltalake.procedure.DropExtendedStatsProcedure
- dropRole(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- dropSchema(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- dropStats(ConnectorSession, ConnectorAccessControl, String, String) - Method in class io.trino.plugin.deltalake.procedure.DropExtendedStatsProcedure
- dropTable(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- dropTable(ConnectorSession, String, String, boolean) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- dropTable(ConnectorSession, String, String, boolean) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- dropView(ConnectorSession, SchemaTableName) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
E
- equals(Object) - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- equals(Object) - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- equals(Object) - Method in class io.trino.plugin.deltalake.DeltaLakeInputInfo
- equals(Object) - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- equals(Object) - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.CanonicalColumnName
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Notebook
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.ProtocolEntry
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- equals(Object) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- EXTENDED_STATISTICS_ENABLED - Static variable in class io.trino.plugin.deltalake.DeltaLakeConfig
- EXTENDED_STATISTICS_ENABLED - Static variable in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- ExtendedStatistics - Class in io.trino.plugin.deltalake.statistics
- ExtendedStatistics(long, Instant, Map<String, DeltaLakeColumnStatistics>, Optional<Set<String>>) - Constructor for class io.trino.plugin.deltalake.statistics.ExtendedStatistics
- ExtendedStatistics(Instant, Map<String, DeltaLakeColumnStatistics>, Optional<Set<String>>) - Constructor for class io.trino.plugin.deltalake.statistics.ExtendedStatistics
- ExtendedStatisticsAccess - Interface in io.trino.plugin.deltalake.statistics
- extractColumnMetadata(MetadataEntry, TypeManager) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- extractPartitionColumns(MetadataEntry, TypeManager) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- extractPartitionColumns(List<DeltaLakeColumnMetadata>, List<String>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- extractSchema(MetadataEntry, TypeManager) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
F
- FILE - Static variable in class io.trino.plugin.deltalake.DeltaLakeSecurityModule
- FILE_MODIFIED_TIME_COLUMN_NAME - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- FILE_MODIFIED_TIME_TYPE - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- FILE_SIZE_COLUMN_NAME - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- FILE_SIZE_TYPE - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- fileModifiedTimeColumnHandle() - Static method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- FILES_MODIFIED_AFTER - Static variable in class io.trino.plugin.deltalake.DeltaLakeAnalyzeProperties
- fileSizeColumnHandle() - Static method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- finish() - Method in class io.trino.plugin.deltalake.DeltaLakeMergeSink
- finish() - Method in class io.trino.plugin.deltalake.DeltaLakePageSink
- finishCreateTable(ConnectorSession, ConnectorOutputTableHandle, Collection<Slice>, Collection<ComputedStatistics>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- finishInsert(ConnectorSession, ConnectorInsertTableHandle, Collection<Slice>, Collection<ComputedStatistics>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- finishMerge(ConnectorSession, ConnectorMergeTableHandle, Collection<Slice>, Collection<ComputedStatistics>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- finishStatisticsCollection(ConnectorSession, ConnectorTableHandle, Collection<ComputedStatistics>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- finishTableExecute(ConnectorSession, ConnectorTableExecuteHandle, Collection<Slice>, List<Object>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- flush() - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- forDelete(String, String, String, Optional<MetadataEntry>, TupleDomain<DeltaLakeColumnHandle>, TupleDomain<DeltaLakeColumnHandle>, Optional<Set<ColumnHandle>>, long, boolean) - Static method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- Format(String, Map<String, String>) - Constructor for class io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
- forOptimize(boolean, DataSize) - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- forUpdate(String, String, String, Optional<MetadataEntry>, TupleDomain<DeltaLakeColumnHandle>, TupleDomain<DeltaLakeColumnHandle>, Optional<Set<ColumnHandle>>, List<DeltaLakeColumnHandle>, List<DeltaLakeColumnHandle>, long, boolean) - Static method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- fromDatabase(Database) - Static method in class io.trino.plugin.deltalake.DeltaLakeSchemaProperties
- fromJson(TransactionEntry, AddFileEntry, RemoveFileEntry, MetadataEntry, ProtocolEntry, CommitInfoEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
G
- GcsStorageFactory - Class in io.trino.plugin.deltalake
- GcsStorageFactory(HdfsEnvironment, HiveGcsConfig) - Constructor for class io.trino.plugin.deltalake.GcsStorageFactory
- GcsTransactionLogSynchronizer - Class in io.trino.plugin.deltalake.transactionlog.writer
- GcsTransactionLogSynchronizer(GcsStorageFactory) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.GcsTransactionLogSynchronizer
- get() - Method in class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreTableFilterProvider
- get() - Method in class io.trino.plugin.deltalake.procedure.DropExtendedStatsProcedure
- get() - Method in class io.trino.plugin.deltalake.procedure.OptimizeTableProcedure
- get() - Method in class io.trino.plugin.deltalake.procedure.RegisterTableProcedure
- get() - Method in class io.trino.plugin.deltalake.procedure.VacuumProcedure
- get(ConnectorTransactionHandle, ConnectorIdentity) - Method in class io.trino.plugin.deltalake.DeltaLakeTransactionManager
- getAccessControl() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getActiveFiles() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeDataFileCacheEntry
- getActiveFiles(TableSnapshot, ConnectorSession) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getAdd() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- getAddEntryType(MetadataEntry, boolean, boolean) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- getAddFileEntries() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- getAddresses() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getAllDatabases() - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getAllDatabases() - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getAllTables(String) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getAllTables(String) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getAlreadyAnalyzedModifiedTimeMax() - Method in class io.trino.plugin.deltalake.statistics.ExtendedStatistics
- getAnalyzedColumns() - Method in class io.trino.plugin.deltalake.statistics.ExtendedStatistics
- getAnalyzeHandle() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getAnalyzeProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeAnalyzeProperties
- getAnalyzeProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getAppId() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- getBucket(Page, int) - Method in class io.trino.plugin.deltalake.DeltaLakeBucketFunction
- getBucket(Page, int) - Method in class io.trino.plugin.deltalake.DeltaLakeUpdateBucketFunction
- getBucketFunction(ConnectorTransactionHandle, ConnectorSession, ConnectorPartitioningHandle, List<Type>, int) - Method in class io.trino.plugin.deltalake.DeltaLakeNodePartitioningProvider
- getCachedMetadata() - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getCanonicalColumnNames(Optional<Map<String, Object>>, Optional<Map<String, Object>>, Optional<Map<String, Object>>) - Static method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getCanonicalPartitionColumns() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
-
For use in read-path.
- getCanonicalPartitionValues() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getCapabilities() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getCheckConstraints(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getCheckpointInterval() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getCheckpointInterval() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getCheckpointInterval(Map<String, Object>) - Static method in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- getCheckpointTransactionLogEntries(ConnectorSession, Set<CheckpointEntryIterator.EntryType>, CheckpointSchemaManager, TypeManager, TrinoFileSystem, FileFormatDataSourceStats) - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getClusterId() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getClusterId() - Method in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer.LockFileContents
- getColumnComments(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getColumnHandles(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getColumnInvariants(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getColumnMappingMode(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getColumnMetadata() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- getColumnMetadata(ConnectorSession, ConnectorTableHandle, ColumnHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getColumnName() - Method in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- getColumnNames(Map<String, Object>) - Static method in class io.trino.plugin.deltalake.DeltaLakeAnalyzeProperties
- getColumnProperties(MetadataEntry, Function<JsonNode, T>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getColumns() - Method in class io.trino.plugin.deltalake.AnalyzeHandle
- getColumnsMetadata(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getColumnsNullability(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getColumnStatistics() - Method in class io.trino.plugin.deltalake.statistics.ExtendedStatistics
- getColumnType() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getComment() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getCommitInfo() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- getCommitInfoEntries(TableSnapshot, ConnectorSession) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getCommitInfoEntryType() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- getCompletedBytes() - Method in class io.trino.plugin.deltalake.DeltaLakePageSink
- getCompletedBytes() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- getCompletedPositions() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- getCompressionCodec() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getCompressionCodec(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getConfiguration() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getConnectorFactories() - Method in class io.trino.plugin.deltalake.DeltaLakePlugin
- getConnectorFactory(Class<? extends Module>) - Method in class io.trino.plugin.deltalake.DeltaLakePlugin
- getCreatedTime() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getCreationTime() - Method in class io.trino.plugin.deltalake.DataFileInfo
- getCurrentVersion() - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- getDatabase(String) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getDatabase(String) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getDataFileCacheSize() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getDataFileCacheTtl() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getDataFileInfo() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- getDataFileMetadataCacheStats() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getDefaultCheckpointWritingInterval() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getDeletionTimestamp() - Method in class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- getDescription() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getDomainCompactionThreshold() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getDynamicFilteringWaitTimeout() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getDynamicFilteringWaitTimeout(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getEnforcedPartitionConstraint() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getEntriesFromJson(Path, TrinoFileSystem) - Static method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- getEntry(ConnectorSession, Block, int) - Method in interface io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.CheckPointFieldExtractor
- getEventListeners() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getExpirationEpochMillis() - Method in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer.LockFileContents
- getFieldId() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getFieldId() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- getFileEntries() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- getFileModifiedTime() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getFileSize() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getFilesModifiedAfter() - Method in class io.trino.plugin.deltalake.AnalyzeHandle
- getFilesModifiedAfterProperty(Map<String, Object>) - Static method in class io.trino.plugin.deltalake.DeltaLakeAnalyzeProperties
- getFormat() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getGcsOptionsBuilder(Configuration) - Static method in class com.google.cloud.hadoop.fs.gcs.TrinoGoogleHadoopFileSystemConfiguration
- getGeneratedColumnExpressions(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- getHiveCatalogName() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getHiveCatalogName(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getHiveMetastore() - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getHiveMetastore() - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getId() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getInfo() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getInfo(ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getInputColumns() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- getInputColumns() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getInputPageSizeInBytes() - Method in class io.trino.plugin.deltalake.DeltaLakeWriterStats
- getInsertLayout(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getInsertTableHandle() - Method in class io.trino.plugin.deltalake.DeltaLakeMergeTableHandle
- getIsolationLevel() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getJob() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getJobId() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- getJobName() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- getJobOwnerId() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- getJsonEntries(TrinoFileSystem, Path, List<Long>) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getJsonTransactionLogEntries() - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getLastCheckpointVersion() - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getLastUpdated() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- getLayoutForTableExecute(ConnectorSession, ConnectorTableExecuteHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getLength() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getLocation() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- getLocation() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getLocation() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getLocation(Map<String, Object>) - Static method in class io.trino.plugin.deltalake.DeltaLakeSchemaProperties
- getLocation(Map<String, Object>) - Static method in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- getMandatoryCurrentVersion(TrinoFileSystem, Path) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- getMaxColumnValue(DeltaLakeColumnHandle) - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getMaxColumnValue(DeltaLakeColumnHandle) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getMaxColumnValue(DeltaLakeColumnHandle) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getMaxInitialSplits() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMaxInitialSplitSize() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMaxInitialSplitSize(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getMaxOutstandingSplits() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMaxPartitionsPerWriter() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMaxScannedFileSize() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getMaxScannedFileSize() - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- getMaxSplitSize() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMaxSplitSize(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getMaxSplitsPerSecond() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMaxValues() - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getMaxValues() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getMaxValues() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getMemoryUsage() - Method in class io.trino.plugin.deltalake.DeltaLakePageSink
- getMemoryUsage() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- getMemoryUsage() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- getMergeRowIdColumnHandle(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getMetadata(TableSnapshot, ConnectorSession) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getMetadata(TableSnapshot, ConnectorSession) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getMetadata(ConnectorSession, ConnectorTransactionHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getMetaData() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- getMetadataCacheMaxSize() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMetadataCacheStats() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getMetadataCacheTtl() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMetadataEntry() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- getMetadataEntry() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getMetadataEntry() - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- getMetadataEntry() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- getMetadataEntry(TableSnapshot, ConnectorSession) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getMetadataEntryType() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- getMetastore() - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getMetrics() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- getMinColumnValue(DeltaLakeColumnHandle) - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getMinColumnValue(DeltaLakeColumnHandle) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getMinColumnValue(DeltaLakeColumnHandle) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getMinimumAssignedSplitWeight() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getMinReaderVersion() - Method in class io.trino.plugin.deltalake.transactionlog.ProtocolEntry
- getMinValues() - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getMinValues() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getMinValues() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getMinWriterVersion() - Method in class io.trino.plugin.deltalake.transactionlog.ProtocolEntry
- getModelVersion() - Method in class io.trino.plugin.deltalake.statistics.ExtendedStatistics
- getModificationTime() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getName() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getName() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- getName() - Method in class io.trino.plugin.deltalake.DeltaLakeConnectorFactory
- getName() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getNdvSummary() - Method in class io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
- getNdvSummaryBase64() - Method in class io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
- getNewFile() - Method in class io.trino.plugin.deltalake.DeltaLakeMergeResult
- getNewFile() - Method in class io.trino.plugin.deltalake.DeltaLakeUpdateResult
- getNewTableLayout(ConnectorSession, ConnectorTableMetadata) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
-
Provides partitioning scheme of table for query planner to decide how to write to multiple partitions.
- getNextBatch(int) - Method in class io.trino.plugin.deltalake.DeltaLakeSplitSource
- getNextPage() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- getNodePartitioningProvider() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getNoIsolationSynchronizer() - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizerManager
- getNonPartitionConstraint() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getNotebook() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getNotebookId() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Notebook
- getNullCount() - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getNullCount() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getNullCount() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getNullCount(String) - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getNullCount(String) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getNullCount(String) - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getNumRecords() - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getNumRecords() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getNumRecords() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getOldFile() - Method in class io.trino.plugin.deltalake.DeltaLakeMergeResult
- getOldFile() - Method in class io.trino.plugin.deltalake.DeltaLakeUpdateResult
- getOperation() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getOperationParameters() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getOptions() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
- getOriginalName() - Method in class io.trino.plugin.deltalake.transactionlog.CanonicalColumnName
- getOriginalPartitionColumns() - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
-
Returns partition column names with case preserved.
- getOriginalPartitionColumns() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
-
For use in write-path.
- getOwningQuery() - Method in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer.LockFileContents
- getPageSinkProvider() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getPageSourceProvider() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getParquetDateTimeZone() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getParquetMaxReadBlockRowCount(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getParquetMaxReadBlockSize(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getParquetTimeZone() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getParquetTupleDomain(TupleDomain<DeltaLakeColumnHandle>, DeltaLakeSchemaSupport.ColumnMappingMode, Map<Integer, String>) - Static method in class io.trino.plugin.deltalake.DeltaLakePageSourceProvider
- getParquetWriterBlockSize(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getParquetWriterPageSize(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getPartitionedBy() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getPartitionedBy(Map<String, Object>) - Static method in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- getPartitioningColumns() - Method in class io.trino.plugin.deltalake.DeltaLakePartitioningHandle
- getPartitionKeys() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getPartitionValues() - Method in class io.trino.plugin.deltalake.DataFileInfo
- getPartitionValues() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
-
Deprecated.
- getParts() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- getPastTableVersions(TrinoFileSystem, Path, Instant, long) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
-
Returns a stream of transaction log versions between
startAtpoint in time andlastVersion. - getPath() - Method in class io.trino.plugin.deltalake.DataFileInfo
- getPath() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getPath() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getPath() - Method in class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- getPerTransactionMetastoreCacheMaximumSize() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getPhysicalColumnType() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- getPhysicalName() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getPhysicalName() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- getPhysicalType() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getProcedureHandle() - Method in class io.trino.plugin.deltalake.procedure.DeltaLakeTableExecuteHandle
- getProcedureId() - Method in class io.trino.plugin.deltalake.procedure.DeltaLakeTableExecuteHandle
- getProcedures() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getProjectedColumns() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getProtocol() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- getProtocol(ConnectorSession, TableSnapshot) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getProtocol(ConnectorSession, TableSnapshot) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getProtocolEntries(TableSnapshot, ConnectorSession) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getProtocolEntry() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- getProtocolEntryType() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- getProvider() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
- getReadTimeNanos() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- getReadVersion() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- getReadVersion() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getReadVersion() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getRemove() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- getRemoveEntries(TableSnapshot, ConnectorSession) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- getRemoveEntryType() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- getRemoveFileEntries() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- getRetainedSize() - Method in class io.trino.plugin.deltalake.transactionlog.CanonicalColumnName
- getRetainedSizeInBytes() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getRetainedSizeInBytes() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getRetainedSizeInBytes() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getRetainedSizeInBytes() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeDataFileCacheEntry
- getRetainedSizeInBytes() - Method in interface io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
- getRetainedSizeInBytes() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- getRetainedSizeInBytes() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- getRowChangeParadigm(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getRowCount() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- getRunId() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- getSchemaName() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- getSchemaName() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getSchemaName() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getSchemaProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getSchemaProperties(ConnectorSession, CatalogSchemaName) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getSchemaString() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- getSchemaTableName() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getSchemaTableName() - Method in class io.trino.plugin.deltalake.procedure.DeltaLakeTableExecuteHandle
- getSecuritySystem() - Method in class io.trino.plugin.deltalake.DeltaLakeSecurityConfig
- getSessionProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getSessionProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getSize() - Method in class io.trino.plugin.deltalake.DataFileInfo
- getSize() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getSize() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- getSnapshot(SchemaTableName, ConnectorSession) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getSnapshot(SchemaTableName, ConnectorSession) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getSplitManager() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getSplits(ConnectorTransactionHandle, ConnectorSession, ConnectorTableHandle, DynamicFilter, Constraint) - Method in class io.trino.plugin.deltalake.DeltaLakeSplitManager
- getSplitWeight() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getStart() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- getStatistics() - Method in class io.trino.plugin.deltalake.DataFileInfo
- getStatisticsCollectionMetadata(ConnectorSession, ConnectorTableHandle, Map<String, Object>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getStatisticsPredicate() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
-
A TupleDomain representing the min/max statistics from the file this split was generated from.
- getStats() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getStatsString() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getSynchronizer(Path) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizerManager
- getSystemTables() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getTable() - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getTable(String, String) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getTable(String, String) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getTableColumns() - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- getTableExecuteSplitsInfo() - Method in class io.trino.plugin.deltalake.DeltaLakeSplitSource
- getTableHandle() - Method in class io.trino.plugin.deltalake.DeltaLakeMergeTableHandle
- getTableHandle(ConnectorSession, SchemaTableName) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getTableHandleForExecute(ConnectorSession, ConnectorTableHandle, String, Map<String, Object>, RetryMode) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getTableLocation() - Method in class io.trino.plugin.deltalake.procedure.DeltaLakeTableExecuteHandle
- getTableLocation() - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getTableLocation(SchemaTableName, ConnectorSession) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getTableLocation(SchemaTableName, ConnectorSession) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getTableMetadata(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getTableName() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- getTableName() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- getTableName() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getTableProcedures() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getTableProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- getTableProperties() - Method in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- getTableProperties(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getTableScanRedirection(ConnectorSession, DeltaLakeTableHandle) - Method in interface io.trino.plugin.deltalake.DeltaLakeRedirectionsProvider
- getTableStatistics(ConnectorSession, DeltaLakeTableHandle) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getTableStatistics(ConnectorSession, DeltaLakeTableHandle) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getTableStatistics(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getTags() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- getTargetMaxFileSize() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getTargetMaxFileSize(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getTimestamp() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getTotalSizeInBytes() - Method in class io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
- getTransactionEntries() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- getTransactionLogDir(Path) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogUtil
- getTransactionLogJsonEntryPath(Path, long) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogUtil
- getTriggerType() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- getTxn() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- getTxnEntryType() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
- getType() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- getType() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- getUnsafeWritesEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getUpdatedColumns() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getUpdatedSnapshot(TrinoFileSystem) - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getUpdatedTail(TrinoFileSystem, Path) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- getUpdateLayout(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getUpdateRowIdColumns() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getUserId() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getUserName() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getVacuumMinRetention() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- getVacuumMinRetention(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- getValidationCpuNanos() - Method in class io.trino.plugin.deltalake.DeltaLakePageSink
- getValidationCpuNanos() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- getValidDataFiles(SchemaTableName, ConnectorSession) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- getValidDataFiles(SchemaTableName, ConnectorSession) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- getVersion() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- getVersion() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- getVersion() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- getVersion() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeDataFileCacheEntry
- getVersion() - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- getVersion() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- getView(ConnectorSession, SchemaTableName) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getViews(ConnectorSession, Optional<String>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- getWriteType() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- getWrittenBytes() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- grantRoles(ConnectorSession, Set<String>, Set<TrinoPrincipal>, boolean, Optional<TrinoPrincipal>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- grantTablePrivileges(ConnectorSession, SchemaTableName, Set<Privilege>, TrinoPrincipal, boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
H
- hashCode() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- hashCode() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- hashCode() - Method in class io.trino.plugin.deltalake.DeltaLakeInputInfo
- hashCode() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- hashCode() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.CanonicalColumnName
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Notebook
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.ProtocolEntry
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- hashCode() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- hasInvalidStatistics(Collection<ColumnChunkMetaData>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeParquetStatisticsUtils
- hasNext() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator
- HiveMetastoreBackedDeltaLakeMetastore - Class in io.trino.plugin.deltalake.metastore
- HiveMetastoreBackedDeltaLakeMetastore(HiveMetastore, TransactionLogAccess, TypeManager, CachingExtendedStatisticsAccess, TrinoFileSystemFactory) - Constructor for class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
I
- ID - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
- INSERT_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- INSTANCE - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeUpdateHandle
- InternalDeltaLakeConnectorFactory - Class in io.trino.plugin.deltalake
- invalidateCache(String) - Method in class io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
- invalidateCaches(String) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- io.trino.plugin.deltalake - package io.trino.plugin.deltalake
- io.trino.plugin.deltalake.metastore - package io.trino.plugin.deltalake.metastore
- io.trino.plugin.deltalake.metastore.file - package io.trino.plugin.deltalake.metastore.file
- io.trino.plugin.deltalake.metastore.glue - package io.trino.plugin.deltalake.metastore.glue
- io.trino.plugin.deltalake.metastore.thrift - package io.trino.plugin.deltalake.metastore.thrift
- io.trino.plugin.deltalake.procedure - package io.trino.plugin.deltalake.procedure
- io.trino.plugin.deltalake.statistics - package io.trino.plugin.deltalake.statistics
- io.trino.plugin.deltalake.transactionlog - package io.trino.plugin.deltalake.transactionlog
- io.trino.plugin.deltalake.transactionlog.checkpoint - package io.trino.plugin.deltalake.transactionlog.checkpoint
- io.trino.plugin.deltalake.transactionlog.statistics - package io.trino.plugin.deltalake.transactionlog.statistics
- io.trino.plugin.deltalake.transactionlog.writer - package io.trino.plugin.deltalake.transactionlog.writer
- isAppendOnly(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- isBlindAppend() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- isCheckpointRowStatisticsWritingEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- isDataChange() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- isDataChange() - Method in class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- isDeleteSchemaLocationsFallback() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- isExtendedStatisticsEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- isExtendedStatisticsEnabled(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- isExternal() - Method in class io.trino.plugin.deltalake.DeltaLakeOutputTableHandle
- isFileNotFoundException(IOException) - Static method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- isFinished() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- isFinished() - Method in class io.trino.plugin.deltalake.DeltaLakeSplitSource
- isHideNonDeltaLakeTables() - Method in class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreConfig
- isInitialAnalyze() - Method in class io.trino.plugin.deltalake.AnalyzeHandle
- isLegacyCreateTableWithExistingLocationEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
-
Deprecated.
- isLegacyCreateTableWithExistingLocationEnabled(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
-
Deprecated.
- ISOLATION_LEVEL - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- isParquetOptimizedReaderEnabled(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- isParquetOptimizedWriterEnabled(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- isParquetUseColumnIndex(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- isPartitioned() - Method in class io.trino.plugin.deltalake.DeltaLakeInputInfo
- isRecordScannedFiles() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- isRegisterTableProcedureEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- isRemotelyAccessible() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- isRetriesEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeInsertTableHandle
- isRetriesEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- isRetriesEnabled() - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- isTableStatisticsEnabled() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- isTableStatisticsEnabled(ConnectorSession) - Static method in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- isUniqueTableLocation() - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- isUnsafe() - Method in class io.trino.plugin.deltalake.transactionlog.writer.AzureTransactionLogSynchronizer
- isUnsafe() - Method in class io.trino.plugin.deltalake.transactionlog.writer.GcsTransactionLogSynchronizer
- isUnsafe() - Method in class io.trino.plugin.deltalake.transactionlog.writer.NoIsolationSynchronizer
- isUnsafe() - Method in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer
- isUnsafe() - Method in interface io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizer
-
Whether or not writes using this Synchronizer need to be enabled with the "delta.enable-non-concurrent-writes" config property.
- isUnsafe() - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
J
- Job(String, String, String, String, String) - Constructor for class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- JSON_STATISTICS_TIMESTAMP_FORMATTER - Static variable in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- jsonEncodeMax(Map<String, Optional<Statistics<?>>>, Map<String, Type>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeParquetStatisticsUtils
- jsonEncodeMin(Map<String, Optional<Statistics<?>>>, Map<String, Type>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeParquetStatisticsUtils
- jsonValueToTrinoValue(Type, Object) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeParquetStatisticsUtils
L
- LAST_CHECKPOINT_FILENAME - Static variable in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- LastCheckpoint - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- LastCheckpoint(long, BigInteger, Optional<Integer>) - Constructor for class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- LEGACY_CREATE_TABLE_WITH_EXISTING_LOCATION_ENABLED - Static variable in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- listApplicableRoles(ConnectorSession, TrinoPrincipal) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listEnabledRoles(ConnectorSession) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listRoleGrants(ConnectorSession, TrinoPrincipal) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listRoles(ConnectorSession) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listSchemaNames(ConnectorSession) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listTableColumns(ConnectorSession, SchemaTablePrefix) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listTablePrivileges(ConnectorSession, SchemaTablePrefix) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listTables(ConnectorSession, Optional<String>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- listViews(ConnectorSession, Optional<String>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- load(SchemaTableName, TrinoFileSystem, Path, ParquetReaderOptions, boolean, int) - Static method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- loadNewTail(TrinoFileSystem, Path, Optional<Long>) - Static method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- loadNewTail(TrinoFileSystem, Path, Optional<Long>, Optional<Long>) - Static method in class io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
- loadParquetIdAndNameMapping(TrinoInputFile, ParquetReaderOptions) - Method in class io.trino.plugin.deltalake.DeltaLakePageSourceProvider
- loadSnapshot(SchemaTableName, Path, ConnectorSession) - Method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- LOCATION_PROPERTY - Static variable in class io.trino.plugin.deltalake.DeltaLakeSchemaProperties
- LOCATION_PROPERTY - Static variable in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- LockFileContents(String, String, long) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer.LockFileContents
- LOG - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- LOG - Static variable in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer
M
- MERGE_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- MERGE_ROW_ID_TYPE - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- METADATA - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- metadataEntry(MetadataEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- MetadataEntry - Class in io.trino.plugin.deltalake.transactionlog
- MetadataEntry(String, String, String, MetadataEntry.Format, String, List<String>, Map<String, String>, long) - Constructor for class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- MetadataEntry.Format - Class in io.trino.plugin.deltalake.transactionlog
- MetaDirStatisticsAccess - Class in io.trino.plugin.deltalake.statistics
- MetaDirStatisticsAccess(HdfsEnvironment, JsonCodec<ExtendedStatistics>) - Constructor for class io.trino.plugin.deltalake.statistics.MetaDirStatisticsAccess
- MissingTransactionLogException - Exception in io.trino.plugin.deltalake.transactionlog
- MissingTransactionLogException(Path) - Constructor for exception io.trino.plugin.deltalake.transactionlog.MissingTransactionLogException
N
- NAME - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
- newWriter(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriterFactory
- newWriterWithoutTransactionIsolation(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriterFactory
- next() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator
- NoIsolationSynchronizer - Class in io.trino.plugin.deltalake.transactionlog.writer
- NoIsolationSynchronizer(TrinoFileSystemFactory) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.NoIsolationSynchronizer
- NONE - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
- NOOP - Static variable in interface io.trino.plugin.deltalake.DeltaLakeRedirectionsProvider
- NotADeltaLakeTableException - Exception in io.trino.plugin.deltalake.metastore
- NotADeltaLakeTableException(String, String) - Constructor for exception io.trino.plugin.deltalake.metastore.NotADeltaLakeTableException
- Notebook(String) - Constructor for class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Notebook
O
- OPTIMIZE - Enum constant in enum class io.trino.plugin.deltalake.procedure.DeltaLakeTableProcedureId
- OPTIMIZE_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- OptimizeTableProcedure - Class in io.trino.plugin.deltalake.procedure
- OptimizeTableProcedure() - Constructor for class io.trino.plugin.deltalake.procedure.OptimizeTableProcedure
P
- parseEntryFilename(String) - Static method in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer
- parseJson(String) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- PARTITION_KEY - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeColumnType
- PARTITION_TIMESTAMP_FORMATTER - Static variable in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- PARTITIONED_BY_PROPERTY - Static variable in class io.trino.plugin.deltalake.DeltaLakeTableProperties
- partitionMatchesPredicate(Map<String, Optional<String>>, Map<DeltaLakeColumnHandle, Domain>) - Static method in class io.trino.plugin.deltalake.DeltaLakeSplitManager
- PATH_COLUMN_NAME - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- PATH_PROPERTY - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- PATH_TYPE - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- pathColumnHandle() - Static method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- PROTOCOL - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- protocolEntry(ProtocolEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- ProtocolEntry - Class in io.trino.plugin.deltalake.transactionlog
- ProtocolEntry(int, int) - Constructor for class io.trino.plugin.deltalake.transactionlog.ProtocolEntry
R
- READ_ONLY - Static variable in class io.trino.plugin.deltalake.DeltaLakeSecurityModule
- readExtendedStatistics(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
- readExtendedStatistics(ConnectorSession, String) - Method in interface io.trino.plugin.deltalake.statistics.ExtendedStatisticsAccess
- readExtendedStatistics(ConnectorSession, String) - Method in class io.trino.plugin.deltalake.statistics.MetaDirStatisticsAccess
- redirectTable(ConnectorSession, SchemaTableName) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- registerTable(ConnectorSession, String, String, String) - Method in class io.trino.plugin.deltalake.procedure.RegisterTableProcedure
- RegisterTableProcedure - Class in io.trino.plugin.deltalake.procedure
- RegisterTableProcedure(DeltaLakeMetadataFactory, TrinoFileSystemFactory, DeltaLakeConfig) - Constructor for class io.trino.plugin.deltalake.procedure.RegisterTableProcedure
- REGULAR - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeColumnType
- REMOVE - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- removeFileEntry(RemoveFileEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- RemoveFileEntry - Class in io.trino.plugin.deltalake.transactionlog
- RemoveFileEntry(String, long, boolean) - Constructor for class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- renameTable(ConnectorSession, ConnectorTableHandle, SchemaTableName) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- renameTable(ConnectorSession, SchemaTableName, SchemaTableName) - Method in interface io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
- renameTable(ConnectorSession, SchemaTableName, SchemaTableName) - Method in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- revokeRoles(ConnectorSession, Set<String>, Set<TrinoPrincipal>, boolean, Optional<TrinoPrincipal>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- revokeTablePrivileges(ConnectorSession, SchemaTableName, Set<Privilege>, TrinoPrincipal, boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- rollback() - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- rollback() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- rollback(ConnectorTransactionHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- rollback(ConnectorTransactionHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeTransactionManager
- ROW_ID_COLUMN_NAME - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- ROW_ID_COLUMN_TYPE - Static variable in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
S
- S3NativeTransactionLogSynchronizer - Class in io.trino.plugin.deltalake.transactionlog.writer
-
The S3 Native synhcornizer is a
TransactionLogSynchronizerfor S3 that requires no other dependencies. - S3NativeTransactionLogSynchronizer(TrinoFileSystemFactory, JsonCodec<S3NativeTransactionLogSynchronizer.LockFileContents>) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer
- S3NativeTransactionLogSynchronizer.LockFileContents - Class in io.trino.plugin.deltalake.transactionlog.writer
- SCHEMA_PROPERTIES - Static variable in class io.trino.plugin.deltalake.DeltaLakeSchemaProperties
- serializeSchemaAsJson(List<DeltaLakeColumnHandle>, Map<String, String>, Map<String, Boolean>, Map<String, Map<String, Object>>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- serializeStatsAsJson(DeltaLakeFileStatistics) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- SET_TBLPROPERTIES_OPERATION - Static variable in class io.trino.plugin.deltalake.DeltaLakeMetadata
- setCachedMetadata(Optional<MetadataEntry>) - Method in class io.trino.plugin.deltalake.transactionlog.TableSnapshot
- setCheckpointRowStatisticsWritingEnabled(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setColumnComment(ConnectorSession, ConnectorTableHandle, ColumnHandle, Optional<String>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- setCompressionCodec(HiveCompressionCodec) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setDataFileCacheSize(DataSize) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setDataFileCacheTtl(Duration) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setDefaultCheckpointWritingInterval(long) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setDeleteSchemaLocationsFallback(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setDomainCompactionThreshold(int) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setDynamicFilteringWaitTimeout(Duration) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setExtendedStatisticsEnabled(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setHideNonDeltaLakeTables(boolean) - Method in class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreConfig
- setHiveCatalogName(String) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setLegacyCreateTableWithExistingLocationEnabled(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
-
Deprecated.
- setMaxInitialSplits(int) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMaxInitialSplitSize(DataSize) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMaxOutstandingSplits(int) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMaxPartitionsPerWriter(int) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMaxSplitSize(DataSize) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMaxSplitsPerSecond(int) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMetadataCacheMaxSize(long) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMetadataCacheTtl(Duration) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setMinimumAssignedSplitWeight(double) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setParquetTimeZone(String) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setPerTransactionMetastoreCacheMaximumSize(long) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setRegisterTableProcedureEnabled(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setSecuritySystem(String) - Method in class io.trino.plugin.deltalake.DeltaLakeSecurityConfig
- setTableComment(ConnectorSession, ConnectorTableHandle, Optional<String>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- setTableStatisticsEnabled(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setTargetMaxFileSize(DataSize) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setUniqueTableLocation(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setUnsafeWritesEnabled(boolean) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- setup(Binder) - Method in class io.trino.plugin.deltalake.DeltaLakeGcsModule
- setup(Binder) - Method in class io.trino.plugin.deltalake.DeltaLakeModule
- setup(Binder) - Method in class io.trino.plugin.deltalake.DeltaLakeSecurityModule
- setup(Binder) - Method in class io.trino.plugin.deltalake.metastore.DeltaLakeMetastoreModule
- setup(Binder) - Method in class io.trino.plugin.deltalake.metastore.file.DeltaLakeFileMetastoreModule
- setup(Binder) - Method in class io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreModule
- setup(Binder) - Method in class io.trino.plugin.deltalake.metastore.thrift.DeltaLakeThriftMetastoreModule
- setVacuumMinRetention(Duration) - Method in class io.trino.plugin.deltalake.DeltaLakeConfig
- shutdown() - Method in class io.trino.plugin.deltalake.DeltaLakeConnector
- size() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- START_OF_MODERN_ERA - Static variable in class io.trino.plugin.deltalake.transactionlog.TransactionLogParser
- storeMergedRows(Page) - Method in class io.trino.plugin.deltalake.DeltaLakeMergeSink
- streamTableColumns(ConnectorSession, SchemaTablePrefix) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- supportsReportingWrittenBytes(ConnectorSession, ConnectorTableHandle) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- supportsReportingWrittenBytes(ConnectorSession, SchemaTableName, Map<String, Object>) - Method in class io.trino.plugin.deltalake.DeltaLakeMetadata
- SYNTHESIZED - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeColumnType
- SYSTEM - Static variable in interface io.trino.plugin.deltalake.DeltaLakeAccessControlMetadataFactory
T
- TABLE_PROVIDER_PROPERTY - Static variable in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- TABLE_PROVIDER_VALUE - Static variable in class io.trino.plugin.deltalake.metastore.HiveMetastoreBackedDeltaLakeMetastore
- TableSnapshot - Class in io.trino.plugin.deltalake.transactionlog
-
The current state of a Delta table.
- toCanonicalNameKeyedMap(Map<String, T>) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- toCanonicalNameKeyedMap(Map<String, T>, Map<String, CanonicalColumnName>) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- toErrorCode() - Method in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
- toHiveColumnHandle() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- toHiveColumnHandle(DeltaLakeColumnHandle, DeltaLakeSchemaSupport.ColumnMappingMode, Map<Integer, String>) - Static method in class io.trino.plugin.deltalake.DeltaLakePageSourceProvider
- toHiveColumnType() - Method in enum class io.trino.plugin.deltalake.DeltaLakeColumnType
- toHiveType(Type) - Static method in class io.trino.plugin.deltalake.DeltaHiveTypeTranslator
- toJsonValues(Map<String, Type>, Map<String, Object>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeParquetStatisticsUtils
- toNullCounts(Map<String, Type>, Map<String, Object>) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeParquetStatisticsUtils
- toOriginalNameKeyedMap(Map<CanonicalColumnName, T>) - Static method in class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
-
Deprecated.
- toString() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnHandle
- toString() - Method in class io.trino.plugin.deltalake.DeltaLakeColumnMetadata
- toString() - Method in class io.trino.plugin.deltalake.DeltaLakePageSource
- toString() - Method in class io.trino.plugin.deltalake.DeltaLakeSplit
- toString() - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- toString() - Method in class io.trino.plugin.deltalake.DeltaLakeWriter
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.AddFileEntry
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntries
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Notebook
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry.Format
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.MetadataEntry
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.ProtocolEntry
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
- toString() - Method in class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- TRANSACTION - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
- TRANSACTION_LOG_DIRECTORY - Static variable in class io.trino.plugin.deltalake.transactionlog.TransactionLogUtil
- TransactionConflictException - Exception in io.trino.plugin.deltalake.transactionlog.writer
- TransactionConflictException(String) - Constructor for exception io.trino.plugin.deltalake.transactionlog.writer.TransactionConflictException
- TransactionConflictException(String, Throwable) - Constructor for exception io.trino.plugin.deltalake.transactionlog.writer.TransactionConflictException
- transactionEntry(TransactionEntry) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
- TransactionEntry - Class in io.trino.plugin.deltalake.transactionlog
- TransactionEntry(String, long, long) - Constructor for class io.trino.plugin.deltalake.transactionlog.TransactionEntry
- TransactionLogAccess - Class in io.trino.plugin.deltalake.transactionlog
- TransactionLogAccess(TypeManager, CheckpointSchemaManager, DeltaLakeConfig, FileFormatDataSourceStats, TrinoFileSystemFactory, ParquetReaderConfig) - Constructor for class io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
- TransactionLogParser - Class in io.trino.plugin.deltalake.transactionlog
- TransactionLogSynchronizer - Interface in io.trino.plugin.deltalake.transactionlog.writer
- TransactionLogSynchronizerManager - Class in io.trino.plugin.deltalake.transactionlog.writer
- TransactionLogSynchronizerManager(Map<String, TransactionLogSynchronizer>, NoIsolationSynchronizer) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizerManager
- TransactionLogTail - Class in io.trino.plugin.deltalake.transactionlog.checkpoint
- TransactionLogUtil - Class in io.trino.plugin.deltalake.transactionlog
- TransactionLogWriter - Class in io.trino.plugin.deltalake.transactionlog.writer
- TransactionLogWriter(TransactionLogSynchronizer, ConnectorSession, String) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriter
- TransactionLogWriterFactory - Class in io.trino.plugin.deltalake.transactionlog.writer
- TransactionLogWriterFactory(TransactionLogSynchronizerManager) - Constructor for class io.trino.plugin.deltalake.transactionlog.writer.TransactionLogWriterFactory
- translate(Type) - Static method in class io.trino.plugin.deltalake.DeltaHiveTypeTranslator
- TrinoGoogleHadoopFileSystemConfiguration - Class in com.google.cloud.hadoop.fs.gcs
-
Wrapper class used to access package-private methods which convert
Configurationto gcs hadoop-connectors specific configuration instances.
U
- UNKNOWN - Enum constant in enum class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
- update(DeltaLakeColumnStatistics) - Method in class io.trino.plugin.deltalake.statistics.DeltaLakeColumnStatistics
- UPDATE - Enum constant in enum class io.trino.plugin.deltalake.DeltaLakeTableHandle.WriteType
- updateExtendedStatistics(ConnectorSession, String, ExtendedStatistics) - Method in class io.trino.plugin.deltalake.statistics.CachingExtendedStatisticsAccess
- updateExtendedStatistics(ConnectorSession, String, ExtendedStatistics) - Method in interface io.trino.plugin.deltalake.statistics.ExtendedStatisticsAccess
- updateExtendedStatistics(ConnectorSession, String, ExtendedStatistics) - Method in class io.trino.plugin.deltalake.statistics.MetaDirStatisticsAccess
V
- vacuum(ConnectorSession, ConnectorAccessControl, String, String, String) - Method in class io.trino.plugin.deltalake.procedure.VacuumProcedure
- VACUUM_MIN_RETENTION - Static variable in class io.trino.plugin.deltalake.DeltaLakeConfig
- VACUUM_MIN_RETENTION - Static variable in class io.trino.plugin.deltalake.DeltaLakeSessionProperties
- VacuumProcedure - Class in io.trino.plugin.deltalake.procedure
- VacuumProcedure(CatalogName, TrinoFileSystemFactory, DeltaLakeMetadataFactory, TransactionLogAccess) - Constructor for class io.trino.plugin.deltalake.procedure.VacuumProcedure
- validateType(Type) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.DeltaLakeColumnType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.DeltaLakeTableHandle.WriteType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.DeltaLakeUpdateHandle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.procedure.DeltaLakeTableProcedureId
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.trino.plugin.deltalake.DeltaLakeColumnType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.trino.plugin.deltalake.DeltaLakeErrorCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.trino.plugin.deltalake.DeltaLakeTableHandle.WriteType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.trino.plugin.deltalake.DeltaLakeUpdateHandle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.trino.plugin.deltalake.procedure.DeltaLakeTableProcedureId
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport.ColumnMappingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifySupportedColumnMapping(DeltaLakeSchemaSupport.ColumnMappingMode) - Static method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeSchemaSupport
W
- withCurrentVersion(long) - Method in class io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle
- withProcedureHandle(DeltaTableProcedureHandle) - Method in class io.trino.plugin.deltalake.procedure.DeltaLakeTableExecuteHandle
- withProjectedColumns(Set<ColumnHandle>) - Method in class io.trino.plugin.deltalake.DeltaLakeTableHandle
- withUpdatesApplied(List<DeltaLakeTransactionLogEntry>, long) - Method in class io.trino.plugin.deltalake.transactionlog.DeltaLakeDataFileCacheEntry
- write(ConnectorSession, CheckpointEntries, Path) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointWriter
- write(ConnectorSession, String, Path, byte[]) - Method in class io.trino.plugin.deltalake.transactionlog.writer.AzureTransactionLogSynchronizer
- write(ConnectorSession, String, Path, byte[]) - Method in class io.trino.plugin.deltalake.transactionlog.writer.GcsTransactionLogSynchronizer
- write(ConnectorSession, String, Path, byte[]) - Method in class io.trino.plugin.deltalake.transactionlog.writer.NoIsolationSynchronizer
- write(ConnectorSession, String, Path, byte[]) - Method in class io.trino.plugin.deltalake.transactionlog.writer.S3NativeTransactionLogSynchronizer
- write(ConnectorSession, String, Path, byte[]) - Method in interface io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizer
-
Performs atomic write of transaction log entry file.
- writeCheckpoint(ConnectorSession, TableSnapshot) - Method in class io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointWriterManager
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form