| Package | Description |
|---|---|
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
parquet.ParquetDataPageVersion |
parquet.ParquetDataPageVersion.intern() |
static parquet.ParquetDataPageVersion |
parquet.ParquetDataPageVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static parquet.ParquetDataPageVersion[] |
parquet.ParquetDataPageVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
parquet.ParquetDataPageVersion |
WriterProperties.data_page_version() |
| Modifier and Type | Method and Description |
|---|---|
WriterProperties.Builder |
WriterProperties.Builder.data_page_version(parquet.ParquetDataPageVersion data_page_version) |
Copyright © 2021. All rights reserved.