| 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)
Read parquet formatted data.
|
static Table |
Table.readParquet(ParquetOptions opts,
byte[] buffer,
long offset,
long len)
Read parquet formatted data.
|
static Table |
Table.readParquet(ParquetOptions opts,
File path)
Read a Parquet file.
|
static Table |
Table.readParquet(ParquetOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Read parquet formatted data.
|
Copyright © 2019. All rights reserved.