| Package | Description |
|---|---|
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder.type |
parquet.DefaultSortOrder(Type.type primitive) |
static SortOrder.type |
parquet.GetSortOrder(ConvertedType.type converted,
Type.type primitive) |
static SortOrder.type |
parquet.GetSortOrder(LogicalType logical_type,
Type.type primitive) |
| Modifier and Type | Method and Description |
|---|---|
SortOrder.type |
SortOrder.type.intern() |
SortOrder.type |
LogicalType.sort_order()
\brief Return the appropriate sort order for this logical type.
|
SortOrder.type |
ColumnDescriptor.sort_order() |
static SortOrder.type |
SortOrder.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder.type[] |
SortOrder.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplicationVersion.HasCorrectStatistics(Type.type primitive,
EncodedStatistics statistics,
SortOrder.type sort_order) |
static Comparator |
Comparator.Make(Type.type physical_type,
SortOrder.type sort_order) |
static Comparator |
Comparator.Make(Type.type physical_type,
SortOrder.type sort_order,
int type_length)
\brief Create a comparator explicitly from physical type and
sort order
|
Copyright © 2021. All rights reserved.