public abstract class JsonRecordFormatter<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonRecordFormatter.JsonGroupFormatter |
static class |
JsonRecordFormatter.JsonPrimitiveWriter |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.parquet.schema.Type |
typeInfo |
| Modifier | Constructor and Description |
|---|---|
protected |
JsonRecordFormatter(org.apache.parquet.schema.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
formatResults(List<T> values) |
static JsonRecordFormatter.JsonGroupFormatter |
fromSchema(org.apache.parquet.schema.MessageType messageType) |
protected JsonRecordFormatter(org.apache.parquet.schema.Type type)
public static JsonRecordFormatter.JsonGroupFormatter fromSchema(org.apache.parquet.schema.MessageType messageType)
Copyright © 2016 The Apache Software Foundation. All rights reserved.