| Package | Description |
|---|---|
| org.apache.parquet.example.data | |
| org.apache.parquet.example.data.simple | |
| org.apache.parquet.example.data.simple.convert |
| 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 |
|---|---|
abstract void |
Group.add(int fieldIndex,
Group value) |
void |
Group.add(String field,
Group value) |
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 |
|---|---|
void |
SimpleGroup.add(int fieldIndex,
Group value) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupRecordConverter.getCurrentRecord() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.