| 包 | 说明 |
|---|---|
| ai.rapids.cudf |
| 修饰符和类型 | 字段和说明 |
|---|---|
static AvroOptions |
AvroOptions.DEFAULT |
| 修饰符和类型 | 方法和说明 |
|---|---|
AvroOptions |
AvroOptions.Builder.build() |
| 修饰符和类型 | 方法和说明 |
|---|---|
static Table |
Table.readAvro(AvroOptions opts, byte[] buffer)读取 Avro 格式的数据。
|
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)读取 Avro 格式的数据。
|
static Table |
Table.readAvro(AvroOptions opts, DataSource ds) |
static Table |
Table.readAvro(AvroOptions opts, File path)读取 Avro 文件。
|
static Table |
Table.readAvro(AvroOptions opts, HostMemoryBuffer buffer, long offset, long len)读取 Avro 格式的数据。
|
Copyright © 2025. 保留所有权利。