Uses of Enum Class
io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
Packages that use CheckpointEntryIterator.EntryType
Package
Description
-
Uses of CheckpointEntryIterator.EntryType in io.trino.plugin.deltalake.transactionlog
Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type CheckpointEntryIterator.EntryTypeModifier and TypeMethodDescriptionTableSnapshot.getCheckpointTransactionLogEntries(ConnectorSession session, Set<CheckpointEntryIterator.EntryType> entryTypes, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, TrinoFileSystem fileSystem, FileFormatDataSourceStats stats) -
Uses of CheckpointEntryIterator.EntryType in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return CheckpointEntryIterator.EntryTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CheckpointEntryIterator.EntryType[]CheckpointEntryIterator.EntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in io.trino.plugin.deltalake.transactionlog.checkpoint with type arguments of type CheckpointEntryIterator.EntryTypeModifierConstructorDescriptionCheckpointEntryIterator(TrinoInputFile checkpoint, ConnectorSession session, long fileSize, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, Set<CheckpointEntryIterator.EntryType> fields, Optional<MetadataEntry> metadataEntry, FileFormatDataSourceStats stats, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled, int domainCompactionThreshold)