Uses of Class
org.apache.parquet.format.event.TypedConsumer.SetConsumer
-
Packages that use TypedConsumer.SetConsumer Package Description org.apache.parquet.format.event -
-
Uses of TypedConsumer.SetConsumer in org.apache.parquet.format.event
Methods in org.apache.parquet.format.event with parameters of type TypedConsumer.SetConsumer Modifier and Type Method Description voidEventBasedThriftReader. readSetContent(TypedConsumer.SetConsumer eventConsumer, org.apache.thrift.protocol.TSet tSet)reads the set content (elements) from the underlying protocol and passes the events to the set event consumer
-