Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
List<ColumnOrder> |
FileMetaData.column_orders
Sort order used for the min_value and max_value fields of each column in
this file.
|
Modifier and Type | Method and Description |
---|---|
ColumnOrder |
ColumnOrder.deepCopy() |
static ColumnOrder |
ColumnOrder.TYPE_ORDER(TypeDefinedOrder value) |
Modifier and Type | Method and Description |
---|---|
List<ColumnOrder> |
FileMetaData.getColumn_orders()
Sort order used for the min_value and max_value fields of each column in
this file.
|
Iterator<ColumnOrder> |
FileMetaData.getColumn_ordersIterator() |
Modifier and Type | Method and Description |
---|---|
void |
FileMetaData.addToColumn_orders(ColumnOrder elem) |
int |
ColumnOrder.compareTo(ColumnOrder other) |
boolean |
ColumnOrder.equals(ColumnOrder other) |
Modifier and Type | Method and Description |
---|---|
FileMetaData |
FileMetaData.setColumn_orders(List<ColumnOrder> column_orders)
Sort order used for the min_value and max_value fields of each column in
this file.
|
Constructor and Description |
---|
ColumnOrder(ColumnOrder other) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.