Skip to content

Commit

Permalink
Add comments for class KudoTable
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Nov 18, 2024
1 parent de88250 commit df66f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/nvidia/spark/rapids/jni/kudo/KudoTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
import static com.nvidia.spark.rapids.jni.kudo.KudoSerializer.readerFrom;
import static java.util.Objects.requireNonNull;

/**
* Serialized table in kudo format, including a {{@link KudoTableHeader}} and a {@link HostMemoryBuffer} for serialized
* data.
*/
public class KudoTable implements AutoCloseable {
private final KudoTableHeader header;
private final HostMemoryBuffer buffer;
Expand Down

0 comments on commit df66f9a

Please sign in to comment.