Uses of Class
ai.rapids.cudf.DeletionVector.DeletionVectorInfo
Packages that use DeletionVector.DeletionVectorInfo
-
Uses of DeletionVector.DeletionVectorInfo in ai.rapids.cudf
Methods in ai.rapids.cudf with parameters of type DeletionVector.DeletionVectorInfoModifier and TypeMethodDescriptionDeletionVector.newParquetChunkedReader(long chunkSizeByteLimit, long passReadLimit, ParquetOptions opts, HostMemoryBuffer[] dataBuffers, int[][] rowGroups, DeletionVector.DeletionVectorInfo[] deletionVectorInfos) Construct the reader instance from a read limit and data in host memory buffers.DeletionVector.newParquetChunkedReader(long chunkSizeByteLimit, long passReadLimit, ParquetOptions opts, HostMemoryBuffer[] dataBuffers, DeletionVector.DeletionVectorInfo[] deletionVectorInfos) Construct the reader instance from a read limit and data in host memory buffers.DeletionVector.newParquetChunkedReader(long chunkSizeByteLimit, long passReadLimit, ParquetOptions opts, String[] inputFilePaths, int[][] rowGroups, DeletionVector.DeletionVectorInfo[] deletionVectorInfos) Construct the reader instance from a read limit and data in host memory buffers.static TableDeletionVector.readParquet(ParquetOptions opts, HostMemoryBuffer[] dataBuffers, int[][] rowGroups, DeletionVector.DeletionVectorInfo[] deletionVectorInfos) Reads a Parquet file with deletion vector support.static TableDeletionVector.readParquet(ParquetOptions opts, HostMemoryBuffer[] dataBuffers, DeletionVector.DeletionVectorInfo[] deletionVectorInfos) Reads a Parquet file with deletion vector support.static TableDeletionVector.readParquet(ParquetOptions opts, String[] inputFilePaths, int[][] rowGroups, DeletionVector.DeletionVectorInfo[] deletionVectorInfos) Reads a Parquet file with deletion vector support.