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