Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.parquet.convert |
Modifier and Type | Class and Description |
---|---|
class |
HiveCollectionConverter |
class |
HiveStructConverter
A MapWritableGroupConverter, real converter between hive and parquet types recursively for complex types.
|
static class |
Repeated.RepeatedGroupConverter
Stands in for a HiveGroupConverter and accumulates multiple values as an
ArrayWritable.
|
Modifier and Type | Method and Description |
---|---|
static HiveGroupConverter |
HiveCollectionConverter.forList(parquet.schema.GroupType listType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index) |
static HiveGroupConverter |
HiveCollectionConverter.forMap(parquet.schema.GroupType mapType,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent,
int index) |
protected static HiveGroupConverter |
HiveGroupConverter.getConverterFromDescription(parquet.schema.GroupType type,
int index,
org.apache.hadoop.hive.ql.io.parquet.convert.ConverterParent parent) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.