Package org.apache.iceberg.parquet
Class ParquetValueReaders
java.lang.Object
org.apache.iceberg.parquet.ParquetValueReaders
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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<Long>
position()
-
Method Details
-
option
public static <T> ParquetValueReader<T> option(org.apache.parquet.schema.Type type, int definitionLevel, ParquetValueReader<T> reader) -
nulls
-
constant
-
constant
-
position
-