public class ParquetValueReaders
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ParquetValueReaders.BinaryAsDecimalReader  | 
static class  | 
ParquetValueReaders.ByteArrayReader  | 
static class  | 
ParquetValueReaders.BytesReader  | 
static class  | 
ParquetValueReaders.FloatAsDoubleReader  | 
static class  | 
ParquetValueReaders.IntAsLongReader  | 
static class  | 
ParquetValueReaders.IntegerAsDecimalReader  | 
static class  | 
ParquetValueReaders.ListReader<E>  | 
static class  | 
ParquetValueReaders.LongAsDecimalReader  | 
static class  | 
ParquetValueReaders.MapReader<K,V>  | 
static class  | 
ParquetValueReaders.PrimitiveReader<T>  | 
static class  | 
ParquetValueReaders.RepeatedKeyValueReader<M,I,K,V>  | 
static class  | 
ParquetValueReaders.RepeatedReader<T,I,E>  | 
static class  | 
ParquetValueReaders.ReusableEntry<K,V>  | 
static class  | 
ParquetValueReaders.StringReader  | 
static class  | 
ParquetValueReaders.StructReader<T,I>  | 
static class  | 
ParquetValueReaders.UnboxedReader<T>  | 
| Modifier and Type | Method and Description | 
|---|---|
static <C> ParquetValueReader<C> | 
constant(C value)  | 
static <C> ParquetValueReader<C> | 
constant(C value,
        int definitionLevel)  | 
static <T> ParquetValueReader<T> | 
nulls()  | 
static <T> ParquetValueReader<T> | 
option(org.apache.parquet.schema.Type type,
      int definitionLevel,
      ParquetValueReader<T> reader)  | 
static ParquetValueReader<java.lang.Long> | 
position()  | 
public static <T> ParquetValueReader<T> option(org.apache.parquet.schema.Type type, int definitionLevel, ParquetValueReader<T> reader)
public static <T> ParquetValueReader<T> nulls()
public static <C> ParquetValueReader<C> constant(C value)
public static <C> ParquetValueReader<C> constant(C value, int definitionLevel)
public static ParquetValueReader<java.lang.Long> position()