Package io.trino.plugin.deltalake.delete
Class DeletionVectors
java.lang.Object
io.trino.plugin.deltalake.delete.DeletionVectors
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUIDdecodeUuid(String encoded) static byte[]readDeletionVector(TrinoInputFile inputFile, int offset, int expectedSize) static org.roaringbitmap.longlong.Roaring64NavigableMapreadDeletionVectors(TrinoFileSystem fileSystem, Location location, DeletionVectorEntry deletionVector) static StringtoFileName(String pathOrInlineDv)
-
Method Details
-
readDeletionVectors
public static org.roaringbitmap.longlong.Roaring64NavigableMap readDeletionVectors(TrinoFileSystem fileSystem, Location location, DeletionVectorEntry deletionVector) throws IOException - Throws:
IOException
-
toFileName
-
readDeletionVector
public static byte[] readDeletionVector(TrinoInputFile inputFile, int offset, int expectedSize) throws IOException - Throws:
IOException
-
decodeUuid
-