Uses of Class
org.apache.parquet.format.event.EventBasedThriftReader
-
Packages that use EventBasedThriftReader Package Description org.apache.parquet.format.event -
-
Uses of EventBasedThriftReader in org.apache.parquet.format.event
Methods in org.apache.parquet.format.event with parameters of type EventBasedThriftReader Modifier and Type Method Description abstract voidTypedConsumer.ListConsumer. consumeElement(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, byte elemType)can either delegate to the reader or read the element from the protocolabstract voidTypedConsumer.SetConsumer. consumeElement(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, byte elemType)can either delegate to the reader or read the set from the protocolabstract voidTypedConsumer.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 protocolvoidConsumers.DelegatingFieldConsumer. consumeField(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, short id, byte type)voidFieldConsumer. consumeField(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader eventBasedThriftReader, short id, byte type)called by the EventBasedThriftReader when reading a field from a StructvoidTypedConsumer.ListConsumer. consumeList(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, org.apache.thrift.protocol.TList tList)voidTypedConsumer.MapConsumer. consumeMap(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, org.apache.thrift.protocol.TMap tMap)voidTypedConsumer.SetConsumer. consumeSet(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, org.apache.thrift.protocol.TSet tSet)abstract voidTypedConsumer.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);voidTypedConsumer. read(org.apache.thrift.protocol.TProtocol protocol, EventBasedThriftReader reader, byte type)
-