Uses of Class
io.trino.plugin.hive.AcidInfo.DeleteDeltaInfo
-
Packages that use AcidInfo.DeleteDeltaInfo Package Description io.trino.plugin.hive -
-
Uses of AcidInfo.DeleteDeltaInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type AcidInfo.DeleteDeltaInfo Modifier and Type Method Description List<AcidInfo.DeleteDeltaInfo>AcidInfo. getDeleteDeltas()Constructor parameters in io.trino.plugin.hive with type arguments of type AcidInfo.DeleteDeltaInfo Constructor Description AcidInfo(String partitionLocation, List<AcidInfo.DeleteDeltaInfo> deleteDeltas, List<AcidInfo.OriginalFileInfo> originalFiles, int bucketId, boolean orcAcidVersionValidated)
-