Uses of Class
ai.rapids.cudf.ORCOptions
Packages that use ORCOptions
-
Uses of ORCOptions in ai.rapids.cudf
Fields in ai.rapids.cudf declared as ORCOptionsMethods in ai.rapids.cudf that return ORCOptionsMethods in ai.rapids.cudf with parameters of type ORCOptionsModifier and TypeMethodDescriptionstatic Table
Table.readORC
(ORCOptions opts, byte[] buffer) Read ORC formatted data.static Table
Table.readORC
(ORCOptions opts, byte[] buffer, long offset, long len) static Table
Table.readORC
(ORCOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read ORC formatted data.static Table
Table.readORC
(ORCOptions opts, DataSource ds) static Table
Table.readORC
(ORCOptions opts, HostMemoryBuffer buffer, long offset, long len) Read ORC formatted data.static Table
Table.readORC
(ORCOptions opts, File path) Read a ORC file.Constructors in ai.rapids.cudf with parameters of type ORCOptionsModifierConstructorDescriptionORCChunkedReader
(long chunkReadLimit, long passReadLimit, long outputRowSizingGranularity, ORCOptions opts, HostMemoryBuffer buffer, long offset, long len) Construct a chunked ORC reader instance, similar toORCChunkedReader(long, long, ORCOptions, HostMemoryBuffer, long, long)
, with an additional parameter to control the granularity of the output table.ORCChunkedReader
(long chunkReadLimit, long passReadLimit, ORCOptions opts, HostMemoryBuffer buffer, long offset, long len) Construct the reader instance from read limits, output row granularity, and a file already loaded in a memory buffer.