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 TableTable.readAvro(AvroOptions opts, byte[] buffer) Read Avro formatted data.static TableTable.readAvro(AvroOptions opts, byte[] buffer, long offset, long len) static TableTable.readAvro(AvroOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read Avro formatted data.static TableTable.readAvro(AvroOptions opts, DataSource ds) static TableTable.readAvro(AvroOptions opts, HostMemoryBuffer buffer, long offset, long len) Read Avro formatted data.static TableTable.readAvro(AvroOptions opts, File path) Read an Avro file.