Uses of Class
ai.rapids.cudf.AvroOptions
Packages that use AvroOptions
-
Uses of AvroOptions in ai.rapids.cudf
Fields in ai.rapids.cudf declared as AvroOptionsMethods in ai.rapids.cudf that return AvroOptionsMethods in ai.rapids.cudf with parameters of type AvroOptionsModifier and TypeMethodDescriptionstatic Table
Table.readAvro
(AvroOptions opts, byte[] buffer) Read Avro formatted data.static Table
Table.readAvro
(AvroOptions opts, byte[] buffer, long offset, long len) static Table
Table.readAvro
(AvroOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read Avro formatted data.static Table
Table.readAvro
(AvroOptions opts, DataSource ds) static Table
Table.readAvro
(AvroOptions opts, HostMemoryBuffer buffer, long offset, long len) Read Avro formatted data.static Table
Table.readAvro
(AvroOptions opts, File path) Read an Avro file.