public class OrcValueReaders
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OrcValueReaders.StructReader<T> |
Modifier and Type | Method and Description |
---|---|
static OrcValueReader<java.lang.Boolean> |
booleans() |
static OrcValueReader<byte[]> |
bytes() |
static <C> OrcValueReader<C> |
constants(C constant) |
static OrcValueReader<java.lang.Double> |
doubles() |
static OrcValueReader<java.lang.Float> |
floats() |
static OrcValueReader<java.lang.Integer> |
ints() |
static OrcValueReader<java.lang.Long> |
longs() |
public static OrcValueReader<java.lang.Boolean> booleans()
public static OrcValueReader<java.lang.Integer> ints()
public static OrcValueReader<java.lang.Long> longs()
public static OrcValueReader<java.lang.Float> floats()
public static OrcValueReader<java.lang.Double> doubles()
public static OrcValueReader<byte[]> bytes()
public static <C> OrcValueReader<C> constants(C constant)