Uses of Interface
org.apache.parquet.format.event.FieldConsumer
-
Packages that use FieldConsumer Package Description org.apache.parquet.format.event -
-
Uses of FieldConsumer in org.apache.parquet.format.event
Classes in org.apache.parquet.format.event that implement FieldConsumer Modifier and Type Class Description static classConsumers.DelegatingFieldConsumerDelegates reading the field to TypedConsumers.Methods in org.apache.parquet.format.event with parameters of type FieldConsumer Modifier and Type Method Description voidEventBasedThriftReader. readStruct(FieldConsumer c)reads a Struct from the underlying protocol and passes the field events to the FieldConsumervoidEventBasedThriftReader. readStructContent(FieldConsumer c)reads the content of a struct (fields) from the underlying protocol and passes the events to c
-