Package | Description |
---|---|
parquet.example.data | |
parquet.example.data.simple | |
parquet.example.data.simple.convert | |
parquet.hadoop.example |
Modifier and Type | Method and Description |
---|---|
abstract Group |
Group.addGroup(int fieldIndex) |
Group |
Group.addGroup(String field) |
Group |
Group.append(String fieldName,
Binary value) |
Group |
Group.append(String fieldName,
boolean value) |
Group |
Group.append(String fieldName,
double value) |
Group |
Group.append(String fieldName,
float value) |
Group |
Group.append(String fieldName,
int value) |
Group |
Group.append(String fieldName,
long value) |
Group |
Group.append(String fieldName,
NanoTime value) |
Group |
Group.append(String fieldName,
String value) |
Group |
Group.asGroup() |
abstract Group |
Group.getGroup(int fieldIndex,
int index) |
Group |
Group.getGroup(String field,
int index) |
abstract Group |
GroupFactory.newGroup() |
Modifier and Type | Method and Description |
---|---|
void |
GroupWriter.write(Group group) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleGroup |
Modifier and Type | Method and Description |
---|---|
Group |
SimpleGroup.addGroup(int fieldIndex) |
Group |
SimpleGroup.getGroup(int fieldIndex,
int index) |
Group |
SimpleGroupFactory.newGroup() |
Modifier and Type | Method and Description |
---|---|
Group |
GroupRecordConverter.getCurrentRecord() |
Modifier and Type | Method and Description |
---|---|
RecordMaterializer<Group> |
GroupReadSupport.prepareForRead(org.apache.hadoop.conf.Configuration configuration,
Map<String,String> keyValueMetaData,
MessageType fileSchema,
ReadSupport.ReadContext readContext) |
Modifier and Type | Method and Description |
---|---|
void |
GroupWriteSupport.write(Group record) |
Copyright © 2015. All rights reserved.