Class DeltaTableOptimizeHandle

java.lang.Object
io.trino.plugin.deltalake.procedure.DeltaTableProcedureHandle
io.trino.plugin.deltalake.procedure.DeltaTableOptimizeHandle

public class DeltaTableOptimizeHandle extends DeltaTableProcedureHandle
  • Constructor Details

  • Method Details

    • withCurrentVersion

      public DeltaTableOptimizeHandle withCurrentVersion(long currentVersion)
    • getMetadataEntry

      public MetadataEntry getMetadataEntry()
    • getTableColumns

      public List<DeltaLakeColumnHandle> getTableColumns()
    • getOriginalPartitionColumns

      public List<String> getOriginalPartitionColumns()
      Returns partition column names with case preserved.
    • getCurrentVersion

      public Optional<Long> getCurrentVersion()
    • getMaxScannedFileSize

      public io.airlift.units.DataSize getMaxScannedFileSize()
    • isRetriesEnabled

      public boolean isRetriesEnabled()