Package org.apache.iceberg.orc
Class OrcValueReaders
java.lang.Object
org.apache.iceberg.orc.OrcValueReaders
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrcValueReader<Boolean>
booleans()
static OrcValueReader<byte[]>
bytes()
static <C> OrcValueReader<C>
constants
(C constant) static OrcValueReader<Double>
doubles()
static OrcValueReader<Float>
floats()
static OrcValueReader<Integer>
ints()
static OrcValueReader<Long>
longs()
-
Method Details
-
booleans
-
ints
-
longs
-
floats
-
doubles
-
bytes
-
constants
-