| Modifier and Type | Field and Description |
|---|---|
static ParquetOptions |
ParquetOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ParquetOptions |
ParquetOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.readParquet(ParquetOptions opts,
byte[] buffer) |
static Table |
Table.readParquet(ParquetOptions opts,
byte[] buffer,
long len) |
static Table |
Table.readParquet(ParquetOptions opts,
File path) |
static Table |
Table.readParquet(ParquetOptions opts,
HostMemoryBuffer buffer,
long len) |
Copyright © 2019. All rights reserved.