| Package | Description |
|---|---|
| org.apache.parquet.format.event |
| Modifier and Type | Class and Description |
|---|---|
static class |
Consumers.DelegatingFieldConsumer
Delegates reading the field to TypedConsumers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventBasedThriftReader.readStruct(FieldConsumer c)
reads a Struct from the underlying protocol and passes the field events to the FieldConsumer
|
void |
EventBasedThriftReader.readStructContent(FieldConsumer c)
reads the content of a struct (fields) from the underlying protocol and passes the events to c
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.