Uses of Class
ai.rapids.cudf.ParquetOptions
Packages that use ParquetOptions
-
Uses of ParquetOptions in ai.rapids.cudf
Fields in ai.rapids.cudf declared as ParquetOptionsMethods in ai.rapids.cudf that return ParquetOptionsMethods in ai.rapids.cudf with parameters of type ParquetOptionsModifier and TypeMethodDescriptionstatic Table
Table.readParquet
(ParquetOptions opts, byte[] buffer) Read parquet formatted data.static Table
Table.readParquet
(ParquetOptions opts, byte[] buffer, long offset, long len) Read parquet formatted data.static Table
Table.readParquet
(ParquetOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read parquet formatted data.static Table
Table.readParquet
(ParquetOptions opts, DataSource ds) Read parquet formatted data.static Table
Table.readParquet
(ParquetOptions opts, HostMemoryBuffer... buffers) Read parquet formatted data.static Table
Table.readParquet
(ParquetOptions opts, HostMemoryBuffer buffer, long offset, long len) Read parquet formatted data.static Table
Table.readParquet
(ParquetOptions opts, File path) Read a Parquet file.Constructors in ai.rapids.cudf with parameters of type ParquetOptionsModifierConstructorDescriptionParquetChunkedReader
(long chunkSizeByteLimit, long passReadLimit, ParquetOptions opts, HostMemoryBuffer... buffers) Construct the reader instance from a read limit and data in host memory buffers.ParquetChunkedReader
(long chunkSizeByteLimit, long passReadLimit, ParquetOptions opts, HostMemoryBuffer buffer, long offset, long len) Construct the reader instance from a read limit and a file already read in a memory buffer.ParquetChunkedReader
(long chunkSizeByteLimit, long passReadLimit, ParquetOptions opts, File filePath) Construct the reader instance from a read limit, a ParquetOptions object, and a file path.ParquetChunkedReader
(long chunkSizeByteLimit, ParquetOptions opts, DataSource ds) Construct a reader instance from a DataSourceParquetChunkedReader
(long chunkSizeByteLimit, ParquetOptions opts, HostMemoryBuffer buffer, long offset, long len) Construct the reader instance from a read limit and a file already read in a memory buffer.ParquetChunkedReader
(long chunkSizeByteLimit, ParquetOptions opts, File filePath) Construct the reader instance from a read limit, a ParquetOptions object, and a file path.