| Modifier and Type | Method and Description |
|---|---|
static boolean |
CorruptStatistics.shouldIgnoreStatistics(String createdBy,
PrimitiveType.PrimitiveTypeName columnType)
Decides if the statistics from a file created by createdBy (the created_by field from parquet format)
should be ignored because they are potentially corrupt.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType.PrimitiveTypeName |
ColumnDescriptor.getType()
Deprecated.
will removed in 2.0.0. Use
ColumnDescriptor.getPrimitiveType() instead. |
PrimitiveType.PrimitiveTypeName |
UnknownColumnTypeException.getType() |
| Constructor and Description |
|---|
ColumnDescriptor(String[] path,
PrimitiveType.PrimitiveTypeName type,
int maxRep,
int maxDef)
Deprecated.
will be removed in 2.0.0; Use
ColumnDescriptor(String[], PrimitiveType, int, int) |
ColumnDescriptor(String[] path,
PrimitiveType.PrimitiveTypeName type,
int typeLength,
int maxRep,
int maxDef)
Deprecated.
will be removed in 2.0.0; Use
ColumnDescriptor(String[], PrimitiveType, int, int) |
UnknownColumnTypeException(PrimitiveType.PrimitiveTypeName type) |
| Modifier and Type | Method and Description |
|---|---|
static Statistics |
Statistics.getStatsBasedOnType(PrimitiveType.PrimitiveTypeName type)
Deprecated.
Use
Statistics.createStats(Type) instead |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
ValidTypeMap.assertTypeValid(Operators.Column<T> foundColumn,
PrimitiveType.PrimitiveTypeName primitiveType)
Asserts that foundColumn was declared as a type that is compatible with the type for this column found
in the schema of the parquet file.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType.PrimitiveTypeName |
PrimitiveColumnIO.getPrimitive() |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType.PrimitiveTypeName |
PrimitiveType.getPrimitiveTypeName() |
static PrimitiveType.PrimitiveTypeName |
PrimitiveType.PrimitiveTypeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType.PrimitiveTypeName[] |
PrimitiveType.PrimitiveTypeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.