Class DeletionVectorDescriptor

Object
io.delta.kernel.internal.actions.DeletionVectorDescriptor

public class DeletionVectorDescriptor extends Object
Information about a deletion vector attached to a file action.
  • Field Details

  • Constructor Details

    • DeletionVectorDescriptor

      public DeletionVectorDescriptor(String storageType, String pathOrInlineDv, Optional<Integer> offset, int sizeInBytes, long cardinality)
  • Method Details

    • fromRow

      public static DeletionVectorDescriptor fromRow(Row row)
    • fromColumnVector

      public static DeletionVectorDescriptor fromColumnVector(ColumnVector vector, int rowId)
    • getStorageType

      public String getStorageType()
    • getPathOrInlineDv

      public String getPathOrInlineDv()
    • getOffset

      public Optional<Integer> getOffset()
    • getSizeInBytes

      public int getSizeInBytes()
    • getCardinality

      public long getCardinality()
    • getUniqueId

      public String getUniqueId()
    • isInline

      public boolean isInline()
    • isOnDisk

      public boolean isOnDisk()
    • inlineData

      public byte[] inlineData()
    • getAbsolutePath

      public String getAbsolutePath(String tableLocation)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object