Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Field and Description |
---|---|
static AvroOptions |
AvroOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
AvroOptions |
AvroOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static 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,
File path)
Read an Avro file.
|
static Table |
Table.readAvro(AvroOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Read Avro formatted data.
|
Copyright © 2024. All rights reserved.