Package | Description |
---|---|
org.apache.parquet.format.event |
Modifier and Type | Method and Description |
---|---|
abstract void |
TypedConsumer.ListConsumer.consumeElement(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
byte elemType)
can either delegate to the reader or read the element from the protocol
|
abstract void |
TypedConsumer.SetConsumer.consumeElement(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
byte elemType)
can either delegate to the reader or read the set from the protocol
|
abstract void |
TypedConsumer.MapConsumer.consumeEntry(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
byte keyType,
byte valueType)
can either delegate to the reader or read the map entry from the protocol
|
void |
Consumers.DelegatingFieldConsumer.consumeField(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
short id,
byte type) |
void |
FieldConsumer.consumeField(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader eventBasedThriftReader,
short id,
byte type)
Deprecated.
called by the EventBasedThriftReader when reading a field from a Struct
|
void |
TypedConsumer.ListConsumer.consumeList(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
org.apache.thrift.protocol.TList tList) |
void |
TypedConsumer.MapConsumer.consumeMap(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
org.apache.thrift.protocol.TMap tMap) |
void |
TypedConsumer.SetConsumer.consumeSet(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
org.apache.thrift.protocol.TSet tSet) |
abstract void |
TypedConsumer.StructConsumer.consumeStruct(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader)
can either delegate to the reader or read the struct from the protocol
reader.readStruct(fieldConsumer);
|
void |
TypedConsumer.read(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader reader,
byte type)
Deprecated.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.