| 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) |
static int |
parquet.GetTypeByteSize(Type.type t) |
static String |
parquet.TypeToString(Type.type t) |
| Modifier and Type | Method and Description |
|---|---|
Type.type |
Type.type.intern() |
Type.type |
ColumnDescriptor.physical_type() |
Type.type |
PrimitiveNode.physical_type() |
Type.type |
Statistics.physical_type()
\brief The physical type of the column schema
|
Type.type |
ColumnChunkMetaData.type() |
Type.type |
ColumnReader.type() |
Type.type |
ColumnWriter.type()
\brief The physical Parquet type of the column
|
static Type.type |
Type.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.type[] |
Type.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) |
boolean |
ApplicationVersion.HasCorrectStatistics(Type.type primitive,
EncodedStatistics statistics,
SortOrder.type sort_order) |
boolean |
LogicalType.is_applicable(Type.type primitive_type) |
boolean |
LogicalType.is_applicable(Type.type primitive_type,
int primitive_length)
\brief Return true if this logical type is consistent with the given underlying
physical type.
|
static Node |
PrimitiveNode.Make(String name,
Repetition.type repetition,
LogicalType logical_type,
Type.type primitive_type) |
static Node |
PrimitiveNode.Make(String name,
Repetition.type repetition,
LogicalType logical_type,
Type.type primitive_type,
int primitive_length,
int field_id) |
static Node |
PrimitiveNode.Make(String name,
Repetition.type repetition,
Type.type type) |
static Node |
PrimitiveNode.Make(String name,
Repetition.type repetition,
Type.type type,
ConvertedType.type converted_type,
int length,
int precision,
int scale,
int field_id) |
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.