Uses of Class
io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointEntryIterator.EntryType
-
Packages that use CheckpointEntryIterator.EntryType Package Description io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.checkpoint -
-
Uses of CheckpointEntryIterator.EntryType in io.trino.plugin.deltalake.transactionlog
Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type CheckpointEntryIterator.EntryType Modifier and Type Method Description Stream<DeltaLakeTransactionLogEntry>TableSnapshot. getCheckpointTransactionLogEntries(ConnectorSession session, Set<CheckpointEntryIterator.EntryType> entryTypes, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, org.apache.hadoop.fs.FileSystem fileSystem, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats stats) -
Uses of CheckpointEntryIterator.EntryType in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return CheckpointEntryIterator.EntryType Modifier and Type Method Description static CheckpointEntryIterator.EntryTypeCheckpointEntryIterator.EntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointEntryIterator.EntryType[]CheckpointEntryIterator.EntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.trino.plugin.deltalake.transactionlog.checkpoint with type arguments of type CheckpointEntryIterator.EntryType Constructor Description CheckpointEntryIterator(org.apache.hadoop.fs.Path checkpoint, ConnectorSession session, long fileSize, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, Set<CheckpointEntryIterator.EntryType> fields, Optional<MetadataEntry> metadataEntry, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats stats, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled)
-