Package io.trino.plugin.deltalake
Class DeltaLakeUpdateResult
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakeUpdateResult
-
public class DeltaLakeUpdateResult extends Object
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeUpdateResult(String oldFile, Optional<DataFileInfo> newFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DataFileInfo>getNewFile()StringgetOldFile()
-
-
-
Constructor Detail
-
DeltaLakeUpdateResult
public DeltaLakeUpdateResult(String oldFile, Optional<DataFileInfo> newFile)
-
-
Method Detail
-
getOldFile
public String getOldFile()
-
getNewFile
public Optional<DataFileInfo> getNewFile()
-
-