Uses of Class
org.apache.parquet.format.event.TypedConsumer.MapConsumer
-
Packages that use TypedConsumer.MapConsumer Package Description org.apache.parquet.format.event -
-
Uses of TypedConsumer.MapConsumer in org.apache.parquet.format.event
Methods in org.apache.parquet.format.event with parameters of type TypedConsumer.MapConsumer Modifier and Type Method Description voidEventBasedThriftReader. readMapContent(TypedConsumer.MapConsumer eventConsumer, org.apache.thrift.protocol.TMap tMap)reads the map content (key values) from the underlying protocol and passes the events to the map event consumer
-